#FB5183

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

Shades of French Rose #FB5183

Tints of French Rose #FB5183

Color information

#FB5183 (or 0xFB5183) is unknown color: approx French Rose. HEX triplet: FB, 51 and 83. RGB value is (251,81,131). Sum of RGB (Red+Green+Blue) = 251+81+131=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5183 is #04AE7C. Grayscale: #898989. Windows color (decimal): -306813 or 8606203. OLE color: 8606203.

HSL color Cylindrical-coordinate representation of color #FB5183: hue angle of 342.35º 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 #FB5183 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB25181131-
CMYK00.680.480.02
HSL342.35º95.51%65.1%-
HSV(B)342.35º67.73%98.43%-
XYZ46.8228.0324.42-
YUV137.53124.32208.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.21%
GREEN value IS 81 (32.03% from 255) = 17.49%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=54.21%
G=17.49%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518113100.680.480.02342.3595.5165.1
HexFB51830443021566041
Octal3731212030104602526140101
Binary11111011101000110000011010001001100001010101011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5183; }

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

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

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

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

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

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

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

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