Shades of French Rose #F2487F
Tints of French Rose #F2487F
RGB
CMYK
RGB Variations
Color information
#F2487F (or 0xF2487F) is known color: French Rose. HEX triplet: F2, 48 and 7F. RGB value is (242,72,127). Sum of RGB (Red+Green+Blue) = 242+72+127=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2487F is #0DB780. Grayscale: #818181. Windows color (decimal): -898945 or 8341746. OLE color: 8341746.
HSL color Cylindrical-coordinate representation of color #F2487F: hue angle of 340.59º 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 #F2487F is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 127 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.05 |
| HSL | 340.59º | 0.87% | 0.62% | - |
| HSV(B) | 340.59º | 0.7% | 0.95% | - |
| XYZ | 42.77 | 25.04 | 22.66 | - |
| YUV | 129.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 127 | 0 | 0.70 | 0.48 | 0.05 | 340.59 | 0.87 | 0.62 |
| Hex | F2 | 48 | 7F | 0 | 46 | 30 | 5 | 155 | 57 | 3E |
| Octal | 362 | 110 | 177 | 0 | 106 | 60 | 5 | 525 | 127 | 76 |
| Binary | 11110010 | 1001000 | 1111111 | 0 | 1000110 | 110000 | 101 | 101010101 | 1010111 | 111110 |
Color Harmonies of #F2487F
Complementary color
Monochromatic Colors of #F2487F
Black with #F2487F
Text Example
Text Example
White with #F2487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2487F; }
p { color: rgb(242,72,127); }
H1.HeaderClassName
{
color: #F2487F;
}
.AnyTagClassName
{
color: #F2487F;
}
</style>
background-color css
<style>
a { background-color: #F2487F; }
a { background-color: rgb(242,72,127); }
div.DivClassName
{
background-color: #F2487F;
}
.BgClassName
{
background-color: #F2487F;
}
</style>
border-color css
<style>
span { border-color: #F2487F; }
span { border-color: rgb(242,72,127); }
td.TdClassName
{
border-color: #F2487F;
}
.TagClassName
{
border-color: #F2487F;
}
</style>