Shades of French Rose #F2477B
Tints of French Rose #F2477B
RGB
CMYK
RGB Variations
Color information
#F2477B (or 0xF2477B) is known color: French Rose. HEX triplet: F2, 47 and 7B. RGB value is (242,71,123). Sum of RGB (Red+Green+Blue) = 242+71+123=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2477B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2477B is #0DB884. Grayscale: #808080. Windows color (decimal): -899205 or 8079346. OLE color: 8079346.
HSL color Cylindrical-coordinate representation of color #F2477B: hue angle of 341.75º 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 #F2477B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 123 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.05 |
| HSL | 341.75º | 0.87% | 0.61% | - |
| HSV(B) | 341.75º | 0.71% | 0.95% | - |
| XYZ | 42.45 | 24.81 | 21.29 | - |
| YUV | 128.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 123 | 0 | 0.71 | 0.49 | 0.05 | 341.75 | 0.87 | 0.61 |
| Hex | F2 | 47 | 7B | 0 | 47 | 31 | 5 | 156 | 57 | 3D |
| Octal | 362 | 107 | 173 | 0 | 107 | 61 | 5 | 526 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1111011 | 0 | 1000111 | 110001 | 101 | 101010110 | 1010111 | 111101 |
Color Harmonies of #F2477B
Complementary color
Monochromatic Colors of #F2477B
Black with #F2477B
Text Example
Text Example
White with #F2477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2477B; }
p { color: rgb(242,71,123); }
H1.HeaderClassName
{
color: #F2477B;
}
.AnyTagClassName
{
color: #F2477B;
}
</style>
background-color css
<style>
a { background-color: #F2477B; }
a { background-color: rgb(242,71,123); }
div.DivClassName
{
background-color: #F2477B;
}
.BgClassName
{
background-color: #F2477B;
}
</style>
border-color css
<style>
span { border-color: #F2477B; }
span { border-color: rgb(242,71,123); }
td.TdClassName
{
border-color: #F2477B;
}
.TagClassName
{
border-color: #F2477B;
}
</style>