Shades of French Rose #F24D8D
Tints of French Rose #F24D8D
RGB
CMYK
RGB Variations
Color information
#F24D8D (or 0xF24D8D) is known color: French Rose. HEX triplet: F2, 4D and 8D. RGB value is (242,77,141). Sum of RGB (Red+Green+Blue) = 242+77+141=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24D8D is #0DB272. Grayscale: #858585. Windows color (decimal): -897651 or 9260530. OLE color: 9260530.
HSL color Cylindrical-coordinate representation of color #F24D8D: hue angle of 336.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24D8D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 141 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.05 |
| HSL | 336.73º | 0.86% | 0.63% | - |
| HSV(B) | 336.73º | 0.68% | 0.95% | - |
| XYZ | 44.08 | 26.11 | 27.92 | - |
| YUV | 133.63 | 132.16 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 141 | 0 | 0.68 | 0.42 | 0.05 | 336.73 | 0.86 | 0.63 |
| Hex | F2 | 4D | 8D | 0 | 44 | 2A | 5 | 151 | 56 | 3F |
| Octal | 362 | 115 | 215 | 0 | 104 | 52 | 5 | 521 | 126 | 77 |
| Binary | 11110010 | 1001101 | 10001101 | 0 | 1000100 | 101010 | 101 | 101010001 | 1010110 | 111111 |
Color Harmonies of #F24D8D
Complementary color
Monochromatic Colors of #F24D8D
Black with #F24D8D
Text Example
Text Example
White with #F24D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D8D; }
p { color: rgb(242,77,141); }
H1.HeaderClassName
{
color: #F24D8D;
}
.AnyTagClassName
{
color: #F24D8D;
}
</style>
background-color css
<style>
a { background-color: #F24D8D; }
a { background-color: rgb(242,77,141); }
div.DivClassName
{
background-color: #F24D8D;
}
.BgClassName
{
background-color: #F24D8D;
}
</style>
border-color css
<style>
span { border-color: #F24D8D; }
span { border-color: rgb(242,77,141); }
td.TdClassName
{
border-color: #F24D8D;
}
.TagClassName
{
border-color: #F24D8D;
}
</style>