Shades of French Rose #F2477D
Tints of French Rose #F2477D
RGB
CMYK
RGB Variations
Color information
#F2477D (or 0xF2477D) is known color: French Rose. HEX triplet: F2, 47 and 7D. RGB value is (242,71,125). Sum of RGB (Red+Green+Blue) = 242+71+125=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2477D is #0DB882. Grayscale: #808080. Windows color (decimal): -899203 or 8210418. OLE color: 8210418.
HSL color Cylindrical-coordinate representation of color #F2477D: hue angle of 341.05º 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 #F2477D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 125 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.05 |
| HSL | 341.05º | 0.87% | 0.61% | - |
| HSV(B) | 341.05º | 0.71% | 0.95% | - |
| XYZ | 42.57 | 24.86 | 21.96 | - |
| YUV | 128.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 125 | 0 | 0.71 | 0.48 | 0.05 | 341.05 | 0.87 | 0.61 |
| Hex | F2 | 47 | 7D | 0 | 47 | 30 | 5 | 155 | 57 | 3D |
| Octal | 362 | 107 | 175 | 0 | 107 | 60 | 5 | 525 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1111101 | 0 | 1000111 | 110000 | 101 | 101010101 | 1010111 | 111101 |
Color Harmonies of #F2477D
Complementary color
Monochromatic Colors of #F2477D
Black with #F2477D
Text Example
Text Example
White with #F2477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2477D; }
p { color: rgb(242,71,125); }
H1.HeaderClassName
{
color: #F2477D;
}
.AnyTagClassName
{
color: #F2477D;
}
</style>
background-color css
<style>
a { background-color: #F2477D; }
a { background-color: rgb(242,71,125); }
div.DivClassName
{
background-color: #F2477D;
}
.BgClassName
{
background-color: #F2477D;
}
</style>
border-color css
<style>
span { border-color: #F2477D; }
span { border-color: rgb(242,71,125); }
td.TdClassName
{
border-color: #F2477D;
}
.TagClassName
{
border-color: #F2477D;
}
</style>