#FB5C9F

Color #FB5C9F Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FB5C9F

Tints of Brilliant Rose #FB5C9F

Color information

#FB5C9F (or 0xFB5C9F) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5C and 9F. RGB value is (251,92,159). Sum of RGB (Red+Green+Blue) = 251+92+159=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C9F is #04A360. Grayscale: #939393. Windows color (decimal): -303969 or 10444027. OLE color: 10444027.

HSL color Cylindrical-coordinate representation of color #FB5C9F: hue angle of 334.72º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C9F is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25192159-
CMYK00.630.370.02
HSL334.72º95.21%67.25%-
HSV(B)334.72º63.35%98.43%-
XYZ49.8730.6736.09-
YUV147.18134.68202.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 18.33%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=50%
G=18.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519215900.630.370.02334.7295.2167.25
HexFB5C9F03F25214f5f43
Octal373134237077452517137103
Binary1111101110111001001111101111111001011010100111110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5C9F; }

 p { color: rgb(251,92,159); }

 H1.HeaderClassName
 {
   color: #FB5C9F;
 }
 .AnyTagClassName
 {
   color: #FB5C9F;
 }
</style>
background-color css

<style>
 a { background-color: #FB5C9F; }

 a { background-color: rgb(251,92,159); }

 div.DivClassName
 {
   background-color: #FB5C9F;
 }
 .BgClassName
 {
   background-color: #FB5C9F;
 }
</style>
border-color css

<style>
 span { border-color: #FB5C9F; }

 span { border-color: rgb(251,92,159); }

 td.TdClassName
 {
   border-color: #FB5C9F;
 }
 .TagClassName
 {
   border-color: #FB5C9F;
 }
</style>