#FB518E

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

Shades of French Rose #FB518E

Tints of French Rose #FB518E

Color information

#FB518E (or 0xFB518E) is unknown color: approx French Rose. HEX triplet: FB, 51 and 8E. RGB value is (251,81,142). Sum of RGB (Red+Green+Blue) = 251+81+142=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB518E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB518E is #04AE71. Grayscale: #8A8A8A. Windows color (decimal): -306802 or 9327099. OLE color: 9327099.

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

Color convert

RGB25181142-
CMYK00.680.430.02
HSL338.47º95.51%65.1%-
HSV(B)338.47º67.73%98.43%-
XYZ47.6128.3528.55-
YUV138.78129.82208.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.95%
GREEN value IS 81 (32.03% from 255) = 17.09%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=52.95%
G=17.09%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518114200.680.430.02338.4795.5165.1
HexFB518E0442B21526041
Octal3731212160104532522140101
Binary11111011101000110001110010001001010111010101001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB518E; }

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

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

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

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

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

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

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

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