Shades of French Rose #F2487C
Tints of French Rose #F2487C
RGB
CMYK
RGB Variations
Color information
#F2487C (or 0xF2487C) is known color: French Rose. HEX triplet: F2, 48 and 7C. RGB value is (242,72,124). Sum of RGB (Red+Green+Blue) = 242+72+124=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2487C is #0DB783. Grayscale: #808080. Windows color (decimal): -898948 or 8145138. OLE color: 8145138.
HSL color Cylindrical-coordinate representation of color #F2487C: hue angle of 341.65º 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 #F2487C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 124 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.05 |
| HSL | 341.65º | 0.87% | 0.62% | - |
| HSV(B) | 341.65º | 0.7% | 0.95% | - |
| XYZ | 42.57 | 24.97 | 21.64 | - |
| YUV | 128.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 124 | 0 | 0.70 | 0.49 | 0.05 | 341.65 | 0.87 | 0.62 |
| Hex | F2 | 48 | 7C | 0 | 46 | 31 | 5 | 156 | 57 | 3E |
| Octal | 362 | 110 | 174 | 0 | 106 | 61 | 5 | 526 | 127 | 76 |
| Binary | 11110010 | 1001000 | 1111100 | 0 | 1000110 | 110001 | 101 | 101010110 | 1010111 | 111110 |
Color Harmonies of #F2487C
Complementary color
Monochromatic Colors of #F2487C
Black with #F2487C
Text Example
Text Example
White with #F2487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2487C; }
p { color: rgb(242,72,124); }
H1.HeaderClassName
{
color: #F2487C;
}
.AnyTagClassName
{
color: #F2487C;
}
</style>
background-color css
<style>
a { background-color: #F2487C; }
a { background-color: rgb(242,72,124); }
div.DivClassName
{
background-color: #F2487C;
}
.BgClassName
{
background-color: #F2487C;
}
</style>
border-color css
<style>
span { border-color: #F2487C; }
span { border-color: rgb(242,72,124); }
td.TdClassName
{
border-color: #F2487C;
}
.TagClassName
{
border-color: #F2487C;
}
</style>