Shades of French Rose #F2467E
Tints of French Rose #F2467E
RGB
CMYK
RGB Variations
Color information
#F2467E (or 0xF2467E) is known color: French Rose. HEX triplet: F2, 46 and 7E. RGB value is (242,70,126). Sum of RGB (Red+Green+Blue) = 242+70+126=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2467E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2467E is #0DB981. Grayscale: #7F7F7F. Windows color (decimal): -899458 or 8275698. OLE color: 8275698.
HSL color Cylindrical-coordinate representation of color #F2467E: hue angle of 340.47º 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 #F2467E is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 126 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.05 |
| HSL | 340.47º | 0.87% | 0.61% | - |
| HSV(B) | 340.47º | 0.71% | 0.95% | - |
| XYZ | 42.57 | 24.76 | 22.27 | - |
| YUV | 127.81 | 126.98 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 126 | 0 | 0.71 | 0.48 | 0.05 | 340.47 | 0.87 | 0.61 |
| Hex | F2 | 46 | 7E | 0 | 47 | 30 | 5 | 154 | 57 | 3D |
| Octal | 362 | 106 | 176 | 0 | 107 | 60 | 5 | 524 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1111110 | 0 | 1000111 | 110000 | 101 | 101010100 | 1010111 | 111101 |
Color Harmonies of #F2467E
Complementary color
Monochromatic Colors of #F2467E
Black with #F2467E
Text Example
Text Example
White with #F2467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2467E; }
p { color: rgb(242,70,126); }
H1.HeaderClassName
{
color: #F2467E;
}
.AnyTagClassName
{
color: #F2467E;
}
</style>
background-color css
<style>
a { background-color: #F2467E; }
a { background-color: rgb(242,70,126); }
div.DivClassName
{
background-color: #F2467E;
}
.BgClassName
{
background-color: #F2467E;
}
</style>
border-color css
<style>
span { border-color: #F2467E; }
span { border-color: rgb(242,70,126); }
td.TdClassName
{
border-color: #F2467E;
}
.TagClassName
{
border-color: #F2467E;
}
</style>