#FB578E

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

Shades of French Rose #FB578E

Tints of French Rose #FB578E

Color information

#FB578E (or 0xFB578E) is unknown color: approx French Rose. HEX triplet: FB, 57 and 8E. RGB value is (251,87,142). Sum of RGB (Red+Green+Blue) = 251+87+142=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB578E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB578E is #04A871. Grayscale: #8E8E8E. Windows color (decimal): -305266 or 9328635. OLE color: 9328635.

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

Color convert

RGB25187142-
CMYK00.650.430.02
HSL339.88º95.35%66.27%-
HSV(B)339.88º65.34%98.43%-
XYZ48.0729.2828.71-
YUV142.31127.83205.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.29%
GREEN value IS 87 (34.38% from 255) = 18.12%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=52.29%
G=18.12%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518714200.650.430.02339.8895.3566.27
HexFB578E0412B21545f42
Octal3731272160101532524137102
Binary11111011101011110001110010000011010111010101010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB578E; }

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

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

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

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

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

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

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

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