Shades of French Rose #FC568A
Tints of French Rose #FC568A
RGB
CMYK
RGB Variations
Color information
#FC568A (or 0xFC568A) is known color: French Rose. HEX triplet: FC, 56 and 8A. RGB value is (252,86,138). Sum of RGB (Red+Green+Blue) = 252+86+138=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC568A is #03A975. Grayscale: #8D8D8D. Windows color (decimal): -239990 or 9066236. OLE color: 9066236.
HSL color Cylindrical-coordinate representation of color #FC568A: hue angle of 341.2º 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 #FC568A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 138 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.01 |
| HSL | 341.2º | 0.97% | 0.66% | - |
| HSV(B) | 341.2º | 0.66% | 0.99% | - |
| XYZ | 48.06 | 29.19 | 27.15 | - |
| YUV | 141.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 138 | 0 | 0.66 | 0.45 | 0.01 | 341.2 | 0.97 | 0.66 |
| Hex | FC | 56 | 8A | 0 | 42 | 2D | 1 | 155 | 61 | 42 |
| Octal | 374 | 126 | 212 | 0 | 102 | 55 | 1 | 525 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10001010 | 0 | 1000010 | 101101 | 1 | 101010101 | 1100001 | 1000010 |
Color Harmonies of #FC568A
Complementary color
Monochromatic Colors of #FC568A
Black with #FC568A
Text Example
Text Example
White with #FC568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC568A; }
p { color: rgb(252,86,138); }
H1.HeaderClassName
{
color: #FC568A;
}
.AnyTagClassName
{
color: #FC568A;
}
</style>
background-color css
<style>
a { background-color: #FC568A; }
a { background-color: rgb(252,86,138); }
div.DivClassName
{
background-color: #FC568A;
}
.BgClassName
{
background-color: #FC568A;
}
</style>
border-color css
<style>
span { border-color: #FC568A; }
span { border-color: rgb(252,86,138); }
td.TdClassName
{
border-color: #FC568A;
}
.TagClassName
{
border-color: #FC568A;
}
</style>