#FB5184

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

Shades of French Rose #FB5184

Tints of French Rose #FB5184

Color information

#FB5184 (or 0xFB5184) is unknown color: approx French Rose. HEX triplet: FB, 51 and 84. RGB value is (251,81,132). Sum of RGB (Red+Green+Blue) = 251+81+132=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5184 is #04AE7B. Grayscale: #898989. Windows color (decimal): -306812 or 8671739. OLE color: 8671739.

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

Color convert

RGB25181132-
CMYK00.680.470.02
HSL342º95.51%65.1%-
HSV(B)342º67.73%98.43%-
XYZ46.8928.0624.77-
YUV137.64124.82208.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.09%
GREEN value IS 81 (32.03% from 255) = 17.46%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=54.09%
G=17.46%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518113200.680.470.0234295.5165.1
HexFB51840442F21566041
Octal3731212040104572526140101
Binary11111011101000110000100010001001011111010101011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5184; }

 p { color: rgb(251,81,132); }

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

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

 a { background-color: rgb(251,81,132); }

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

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

 span { border-color: rgb(251,81,132); }

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