Shades of French Rose #F2467D
Tints of French Rose #F2467D
RGB
CMYK
RGB Variations
Color information
#F2467D (or 0xF2467D) is known color: French Rose. HEX triplet: F2, 46 and 7D. RGB value is (242,70,125). Sum of RGB (Red+Green+Blue) = 242+70+125=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2467D is #0DB982. Grayscale: #7F7F7F. Windows color (decimal): -899459 or 8210162. OLE color: 8210162.
HSL color Cylindrical-coordinate representation of color #F2467D: hue angle of 340.81º 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 #F2467D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 125 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.05 |
| HSL | 340.81º | 0.87% | 0.61% | - |
| HSV(B) | 340.81º | 0.71% | 0.95% | - |
| XYZ | 42.51 | 24.74 | 21.94 | - |
| YUV | 127.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 125 | 0 | 0.71 | 0.48 | 0.05 | 340.81 | 0.87 | 0.61 |
| Hex | F2 | 46 | 7D | 0 | 47 | 30 | 5 | 155 | 57 | 3D |
| Octal | 362 | 106 | 175 | 0 | 107 | 60 | 5 | 525 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1111101 | 0 | 1000111 | 110000 | 101 | 101010101 | 1010111 | 111101 |
Color Harmonies of #F2467D
Complementary color
Monochromatic Colors of #F2467D
Black with #F2467D
Text Example
Text Example
White with #F2467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2467D; }
p { color: rgb(242,70,125); }
H1.HeaderClassName
{
color: #F2467D;
}
.AnyTagClassName
{
color: #F2467D;
}
</style>
background-color css
<style>
a { background-color: #F2467D; }
a { background-color: rgb(242,70,125); }
div.DivClassName
{
background-color: #F2467D;
}
.BgClassName
{
background-color: #F2467D;
}
</style>
border-color css
<style>
span { border-color: #F2467D; }
span { border-color: rgb(242,70,125); }
td.TdClassName
{
border-color: #F2467D;
}
.TagClassName
{
border-color: #F2467D;
}
</style>