Shades of French Rose #FC578B
Tints of French Rose #FC578B
RGB
CMYK
RGB Variations
Color information
#FC578B (or 0xFC578B) is known color: French Rose. HEX triplet: FC, 57 and 8B. RGB value is (252,87,139). Sum of RGB (Red+Green+Blue) = 252+87+139=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC578B is #03A874. Grayscale: #8E8E8E. Windows color (decimal): -239733 or 9132028. OLE color: 9132028.
HSL color Cylindrical-coordinate representation of color #FC578B: hue angle of 341.09º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC578B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 139 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.01 |
| HSL | 341.09º | 0.96% | 0.66% | - |
| HSV(B) | 341.09º | 0.65% | 0.99% | - |
| XYZ | 48.21 | 29.38 | 27.56 | - |
| YUV | 142.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 139 | 0 | 0.65 | 0.45 | 0.01 | 341.09 | 0.96 | 0.66 |
| Hex | FC | 57 | 8B | 0 | 41 | 2D | 1 | 155 | 60 | 42 |
| Octal | 374 | 127 | 213 | 0 | 101 | 55 | 1 | 525 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10001011 | 0 | 1000001 | 101101 | 1 | 101010101 | 1100000 | 1000010 |
Color Harmonies of #FC578B
Complementary color
Monochromatic Colors of #FC578B
Black with #FC578B
Text Example
Text Example
White with #FC578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC578B; }
p { color: rgb(252,87,139); }
H1.HeaderClassName
{
color: #FC578B;
}
.AnyTagClassName
{
color: #FC578B;
}
</style>
background-color css
<style>
a { background-color: #FC578B; }
a { background-color: rgb(252,87,139); }
div.DivClassName
{
background-color: #FC578B;
}
.BgClassName
{
background-color: #FC578B;
}
</style>
border-color css
<style>
span { border-color: #FC578B; }
span { border-color: rgb(252,87,139); }
td.TdClassName
{
border-color: #FC578B;
}
.TagClassName
{
border-color: #FC578B;
}
</style>