#FB5EA9

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

Shades of Brilliant Rose #FB5EA9

Tints of Brilliant Rose #FB5EA9

Color information

#FB5EA9 (or 0xFB5EA9) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5E and A9. RGB value is (251,94,169). Sum of RGB (Red+Green+Blue) = 251+94+169=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5EA9 is #04A156. Grayscale: #959595. Windows color (decimal): -303447 or 11099899. OLE color: 11099899.

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

Color convert

RGB25194169-
CMYK00.630.330.02
HSL331.34º95.15%67.65%-
HSV(B)331.34º62.55%98.43%-
XYZ50.9531.3840.91-
YUV149.49139.01200.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 94 (37.11% from 255) = 18.29%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=48.83%
G=18.29%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519416900.630.330.02331.3495.1567.65
HexFB5EA903F21214b5f44
Octal373136251077412513137104
Binary1111101110111101010100101111111000011010100101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5EA9; }

 p { color: rgb(251,94,169); }

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

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

 a { background-color: rgb(251,94,169); }

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

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

 span { border-color: rgb(251,94,169); }

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