Shades of French Rose #F24C8D
Tints of French Rose #F24C8D
RGB
CMYK
RGB Variations
Color information
#F24C8D (or 0xF24C8D) is known color: French Rose. HEX triplet: F2, 4C and 8D. RGB value is (242,76,141). Sum of RGB (Red+Green+Blue) = 242+76+141=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C8D is #0DB372. Grayscale: #848484. Windows color (decimal): -897907 or 9260274. OLE color: 9260274.
HSL color Cylindrical-coordinate representation of color #F24C8D: hue angle of 336.51º 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 #F24C8D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 141 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.05 |
| HSL | 336.51º | 0.86% | 0.62% | - |
| HSV(B) | 336.51º | 0.69% | 0.95% | - |
| XYZ | 44.01 | 25.97 | 27.89 | - |
| YUV | 133.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 141 | 0 | 0.69 | 0.42 | 0.05 | 336.51 | 0.86 | 0.62 |
| Hex | F2 | 4C | 8D | 0 | 45 | 2A | 5 | 151 | 56 | 3E |
| Octal | 362 | 114 | 215 | 0 | 105 | 52 | 5 | 521 | 126 | 76 |
| Binary | 11110010 | 1001100 | 10001101 | 0 | 1000101 | 101010 | 101 | 101010001 | 1010110 | 111110 |
Color Harmonies of #F24C8D
Complementary color
Monochromatic Colors of #F24C8D
Black with #F24C8D
Text Example
Text Example
White with #F24C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C8D; }
p { color: rgb(242,76,141); }
H1.HeaderClassName
{
color: #F24C8D;
}
.AnyTagClassName
{
color: #F24C8D;
}
</style>
background-color css
<style>
a { background-color: #F24C8D; }
a { background-color: rgb(242,76,141); }
div.DivClassName
{
background-color: #F24C8D;
}
.BgClassName
{
background-color: #F24C8D;
}
</style>
border-color css
<style>
span { border-color: #F24C8D; }
span { border-color: rgb(242,76,141); }
td.TdClassName
{
border-color: #F24C8D;
}
.TagClassName
{
border-color: #F24C8D;
}
</style>