Shades of French Rose #FC568C
Tints of French Rose #FC568C
RGB
CMYK
RGB Variations
Color information
#FC568C (or 0xFC568C) is known color: French Rose. HEX triplet: FC, 56 and 8C. RGB value is (252,86,140). Sum of RGB (Red+Green+Blue) = 252+86+140=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC568C is #03A973. Grayscale: #8D8D8D. Windows color (decimal): -239988 or 9197308. OLE color: 9197308.
HSL color Cylindrical-coordinate representation of color #FC568C: hue angle of 340.48º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC568C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 140 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.01 |
| HSL | 340.48º | 0.97% | 0.66% | - |
| HSV(B) | 340.48º | 0.66% | 0.99% | - |
| XYZ | 48.21 | 29.24 | 27.91 | - |
| YUV | 141.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 140 | 0 | 0.66 | 0.44 | 0.01 | 340.48 | 0.97 | 0.66 |
| Hex | FC | 56 | 8C | 0 | 42 | 2C | 1 | 154 | 61 | 42 |
| Octal | 374 | 126 | 214 | 0 | 102 | 54 | 1 | 524 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10001100 | 0 | 1000010 | 101100 | 1 | 101010100 | 1100001 | 1000010 |
Color Harmonies of #FC568C
Complementary color
Monochromatic Colors of #FC568C
Black with #FC568C
Text Example
Text Example
White with #FC568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC568C; }
p { color: rgb(252,86,140); }
H1.HeaderClassName
{
color: #FC568C;
}
.AnyTagClassName
{
color: #FC568C;
}
</style>
background-color css
<style>
a { background-color: #FC568C; }
a { background-color: rgb(252,86,140); }
div.DivClassName
{
background-color: #FC568C;
}
.BgClassName
{
background-color: #FC568C;
}
</style>
border-color css
<style>
span { border-color: #FC568C; }
span { border-color: rgb(252,86,140); }
td.TdClassName
{
border-color: #FC568C;
}
.TagClassName
{
border-color: #FC568C;
}
</style>