Shades of French Rose #F24A7E
Tints of French Rose #F24A7E
RGB
CMYK
RGB Variations
Color information
#F24A7E (or 0xF24A7E) is known color: French Rose. HEX triplet: F2, 4A and 7E. RGB value is (242,74,126). Sum of RGB (Red+Green+Blue) = 242+74+126=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A7E is #0DB581. Grayscale: #828282. Windows color (decimal): -898434 or 8276722. OLE color: 8276722.
HSL color Cylindrical-coordinate representation of color #F24A7E: hue angle of 341.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 #F24A7E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 126 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.05 |
| HSL | 341.43º | 0.87% | 0.62% | - |
| HSV(B) | 341.43º | 0.69% | 0.95% | - |
| XYZ | 42.83 | 25.28 | 22.36 | - |
| YUV | 130.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 126 | 0 | 0.69 | 0.48 | 0.05 | 341.43 | 0.87 | 0.62 |
| Hex | F2 | 4A | 7E | 0 | 45 | 30 | 5 | 155 | 57 | 3E |
| Octal | 362 | 112 | 176 | 0 | 105 | 60 | 5 | 525 | 127 | 76 |
| Binary | 11110010 | 1001010 | 1111110 | 0 | 1000101 | 110000 | 101 | 101010101 | 1010111 | 111110 |
Color Harmonies of #F24A7E
Complementary color
Monochromatic Colors of #F24A7E
Black with #F24A7E
Text Example
Text Example
White with #F24A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A7E; }
p { color: rgb(242,74,126); }
H1.HeaderClassName
{
color: #F24A7E;
}
.AnyTagClassName
{
color: #F24A7E;
}
</style>
background-color css
<style>
a { background-color: #F24A7E; }
a { background-color: rgb(242,74,126); }
div.DivClassName
{
background-color: #F24A7E;
}
.BgClassName
{
background-color: #F24A7E;
}
</style>
border-color css
<style>
span { border-color: #F24A7E; }
span { border-color: rgb(242,74,126); }
td.TdClassName
{
border-color: #F24A7E;
}
.TagClassName
{
border-color: #F24A7E;
}
</style>