Shades of French Rose #F2488F
Tints of French Rose #F2488F
RGB
CMYK
RGB Variations
Color information
#F2488F (or 0xF2488F) is known color: French Rose. HEX triplet: F2, 48 and 8F. RGB value is (242,72,143). Sum of RGB (Red+Green+Blue) = 242+72+143=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2488F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2488F is #0DB770. Grayscale: #828282. Windows color (decimal): -898929 or 9390322. OLE color: 9390322.
HSL color Cylindrical-coordinate representation of color #F2488F: hue angle of 334.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2488F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 143 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.05 |
| HSL | 334.94º | 0.87% | 0.62% | - |
| HSV(B) | 334.94º | 0.7% | 0.95% | - |
| XYZ | 43.89 | 25.5 | 28.59 | - |
| YUV | 130.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 143 | 0 | 0.70 | 0.41 | 0.05 | 334.94 | 0.87 | 0.62 |
| Hex | F2 | 48 | 8F | 0 | 46 | 29 | 5 | 14F | 57 | 3E |
| Octal | 362 | 110 | 217 | 0 | 106 | 51 | 5 | 517 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10001111 | 0 | 1000110 | 101001 | 101 | 101001111 | 1010111 | 111110 |
Color Harmonies of #F2488F
Complementary color
Monochromatic Colors of #F2488F
Black with #F2488F
Text Example
Text Example
White with #F2488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2488F; }
p { color: rgb(242,72,143); }
H1.HeaderClassName
{
color: #F2488F;
}
.AnyTagClassName
{
color: #F2488F;
}
</style>
background-color css
<style>
a { background-color: #F2488F; }
a { background-color: rgb(242,72,143); }
div.DivClassName
{
background-color: #F2488F;
}
.BgClassName
{
background-color: #F2488F;
}
</style>
border-color css
<style>
span { border-color: #F2488F; }
span { border-color: rgb(242,72,143); }
td.TdClassName
{
border-color: #F2488F;
}
.TagClassName
{
border-color: #F2488F;
}
</style>