Shades of French Rose #F24C91
Tints of French Rose #F24C91
RGB
CMYK
RGB Variations
Color information
#F24C91 (or 0xF24C91) is known color: French Rose. HEX triplet: F2, 4C and 91. RGB value is (242,76,145). Sum of RGB (Red+Green+Blue) = 242+76+145=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C91 is #0DB36E. Grayscale: #858585. Windows color (decimal): -897903 or 9522418. OLE color: 9522418.
HSL color Cylindrical-coordinate representation of color #F24C91: hue angle of 335.06º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24C91 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 145 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.05 |
| HSL | 335.06º | 0.86% | 0.62% | - |
| HSV(B) | 335.06º | 0.69% | 0.95% | - |
| XYZ | 44.31 | 26.09 | 29.49 | - |
| YUV | 133.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 145 | 0 | 0.69 | 0.40 | 0.05 | 335.06 | 0.86 | 0.62 |
| Hex | F2 | 4C | 91 | 0 | 45 | 28 | 5 | 14F | 56 | 3E |
| Octal | 362 | 114 | 221 | 0 | 105 | 50 | 5 | 517 | 126 | 76 |
| Binary | 11110010 | 1001100 | 10010001 | 0 | 1000101 | 101000 | 101 | 101001111 | 1010110 | 111110 |
Color Harmonies of #F24C91
Complementary color
Monochromatic Colors of #F24C91
Black with #F24C91
Text Example
Text Example
White with #F24C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C91; }
p { color: rgb(242,76,145); }
H1.HeaderClassName
{
color: #F24C91;
}
.AnyTagClassName
{
color: #F24C91;
}
</style>
background-color css
<style>
a { background-color: #F24C91; }
a { background-color: rgb(242,76,145); }
div.DivClassName
{
background-color: #F24C91;
}
.BgClassName
{
background-color: #F24C91;
}
</style>
border-color css
<style>
span { border-color: #F24C91; }
span { border-color: rgb(242,76,145); }
td.TdClassName
{
border-color: #F24C91;
}
.TagClassName
{
border-color: #F24C91;
}
</style>