Shades of French Rose #FC4E7E
Tints of French Rose #FC4E7E
RGB
CMYK
RGB Variations
Color information
#FC4E7E (or 0xFC4E7E) is known color: French Rose. HEX triplet: FC, 4E and 7E. RGB value is (252,78,126). Sum of RGB (Red+Green+Blue) = 252+78+126=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E7E is #03B181. Grayscale: #878787. Windows color (decimal): -242050 or 8277756. OLE color: 8277756.
HSL color Cylindrical-coordinate representation of color #FC4E7E: hue angle of 343.45º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4E7E is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 126 | - |
| CMYK | 0 | 0.69 | 0.5 | 0.01 |
| HSL | 343.45º | 0.97% | 0.65% | - |
| HSV(B) | 343.45º | 0.69% | 0.99% | - |
| XYZ | 46.64 | 27.65 | 22.62 | - |
| YUV | 135.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 126 | 0 | 0.69 | 0.5 | 0.01 | 343.45 | 0.97 | 0.65 |
| Hex | FC | 4E | 7E | 0 | 45 | 32 | 1 | 157 | 61 | 41 |
| Octal | 374 | 116 | 176 | 0 | 105 | 62 | 1 | 527 | 141 | 101 |
| Binary | 11111100 | 1001110 | 1111110 | 0 | 1000101 | 110010 | 1 | 101010111 | 1100001 | 1000001 |
Color Harmonies of #FC4E7E
Complementary color
Monochromatic Colors of #FC4E7E
Black with #FC4E7E
Text Example
Text Example
White with #FC4E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E7E; }
p { color: rgb(252,78,126); }
H1.HeaderClassName
{
color: #FC4E7E;
}
.AnyTagClassName
{
color: #FC4E7E;
}
</style>
background-color css
<style>
a { background-color: #FC4E7E; }
a { background-color: rgb(252,78,126); }
div.DivClassName
{
background-color: #FC4E7E;
}
.BgClassName
{
background-color: #FC4E7E;
}
</style>
border-color css
<style>
span { border-color: #FC4E7E; }
span { border-color: rgb(252,78,126); }
td.TdClassName
{
border-color: #FC4E7E;
}
.TagClassName
{
border-color: #FC4E7E;
}
</style>