Shades of French Rose #F24A8C
Tints of French Rose #F24A8C
RGB
CMYK
RGB Variations
Color information
#F24A8C (or 0xF24A8C) is known color: French Rose. HEX triplet: F2, 4A and 8C. RGB value is (242,74,140). Sum of RGB (Red+Green+Blue) = 242+74+140=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24A8C is #0DB573. Grayscale: #838383. Windows color (decimal): -898420 or 9194226. OLE color: 9194226.
HSL color Cylindrical-coordinate representation of color #F24A8C: hue angle of 336.43º degrees, saturation: 0.87, 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 #F24A8C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 140 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.05 |
| HSL | 336.43º | 0.87% | 0.62% | - |
| HSV(B) | 336.43º | 0.69% | 0.95% | - |
| XYZ | 43.8 | 25.67 | 27.46 | - |
| YUV | 131.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 140 | 0 | 0.69 | 0.42 | 0.05 | 336.43 | 0.87 | 0.62 |
| Hex | F2 | 4A | 8C | 0 | 45 | 2A | 5 | 150 | 57 | 3E |
| Octal | 362 | 112 | 214 | 0 | 105 | 52 | 5 | 520 | 127 | 76 |
| Binary | 11110010 | 1001010 | 10001100 | 0 | 1000101 | 101010 | 101 | 101010000 | 1010111 | 111110 |
Color Harmonies of #F24A8C
Complementary color
Monochromatic Colors of #F24A8C
Black with #F24A8C
Text Example
Text Example
White with #F24A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A8C; }
p { color: rgb(242,74,140); }
H1.HeaderClassName
{
color: #F24A8C;
}
.AnyTagClassName
{
color: #F24A8C;
}
</style>
background-color css
<style>
a { background-color: #F24A8C; }
a { background-color: rgb(242,74,140); }
div.DivClassName
{
background-color: #F24A8C;
}
.BgClassName
{
background-color: #F24A8C;
}
</style>
border-color css
<style>
span { border-color: #F24A8C; }
span { border-color: rgb(242,74,140); }
td.TdClassName
{
border-color: #F24A8C;
}
.TagClassName
{
border-color: #F24A8C;
}
</style>