Shades of French Rose #F2477F
Tints of French Rose #F2477F
RGB
CMYK
RGB Variations
Color information
#F2477F (or 0xF2477F) is known color: French Rose. HEX triplet: F2, 47 and 7F. RGB value is (242,71,127). Sum of RGB (Red+Green+Blue) = 242+71+127=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2477F is #0DB880. Grayscale: #808080. Windows color (decimal): -899201 or 8341490. OLE color: 8341490.
HSL color Cylindrical-coordinate representation of color #F2477F: hue angle of 340.35º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2477F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 127 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.05 |
| HSL | 340.35º | 0.87% | 0.61% | - |
| HSV(B) | 340.35º | 0.71% | 0.95% | - |
| XYZ | 42.7 | 24.92 | 22.64 | - |
| YUV | 128.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 127 | 0 | 0.71 | 0.48 | 0.05 | 340.35 | 0.87 | 0.61 |
| Hex | F2 | 47 | 7F | 0 | 47 | 30 | 5 | 154 | 57 | 3D |
| Octal | 362 | 107 | 177 | 0 | 107 | 60 | 5 | 524 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1111111 | 0 | 1000111 | 110000 | 101 | 101010100 | 1010111 | 111101 |
Color Harmonies of #F2477F
Complementary color
Monochromatic Colors of #F2477F
Black with #F2477F
Text Example
Text Example
White with #F2477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2477F; }
p { color: rgb(242,71,127); }
H1.HeaderClassName
{
color: #F2477F;
}
.AnyTagClassName
{
color: #F2477F;
}
</style>
background-color css
<style>
a { background-color: #F2477F; }
a { background-color: rgb(242,71,127); }
div.DivClassName
{
background-color: #F2477F;
}
.BgClassName
{
background-color: #F2477F;
}
</style>
border-color css
<style>
span { border-color: #F2477F; }
span { border-color: rgb(242,71,127); }
td.TdClassName
{
border-color: #F2477F;
}
.TagClassName
{
border-color: #F2477F;
}
</style>