Shades of French Rose #F2467B
Tints of French Rose #F2467B
RGB
CMYK
RGB Variations
Color information
#F2467B (or 0xF2467B) is known color: French Rose. HEX triplet: F2, 46 and 7B. RGB value is (242,70,123). Sum of RGB (Red+Green+Blue) = 242+70+123=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2467B is #0DB984. Grayscale: #7F7F7F. Windows color (decimal): -899461 or 8079090. OLE color: 8079090.
HSL color Cylindrical-coordinate representation of color #F2467B: hue angle of 341.51º 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 #F2467B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 123 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.05 |
| HSL | 341.51º | 0.87% | 0.61% | - |
| HSV(B) | 341.51º | 0.71% | 0.95% | - |
| XYZ | 42.38 | 24.69 | 21.27 | - |
| YUV | 127.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 123 | 0 | 0.71 | 0.49 | 0.05 | 341.51 | 0.87 | 0.61 |
| Hex | F2 | 46 | 7B | 0 | 47 | 31 | 5 | 156 | 57 | 3D |
| Octal | 362 | 106 | 173 | 0 | 107 | 61 | 5 | 526 | 127 | 75 |
| Binary | 11110010 | 1000110 | 1111011 | 0 | 1000111 | 110001 | 101 | 101010110 | 1010111 | 111101 |
Color Harmonies of #F2467B
Complementary color
Monochromatic Colors of #F2467B
Black with #F2467B
Text Example
Text Example
White with #F2467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2467B; }
p { color: rgb(242,70,123); }
H1.HeaderClassName
{
color: #F2467B;
}
.AnyTagClassName
{
color: #F2467B;
}
</style>
background-color css
<style>
a { background-color: #F2467B; }
a { background-color: rgb(242,70,123); }
div.DivClassName
{
background-color: #F2467B;
}
.BgClassName
{
background-color: #F2467B;
}
</style>
border-color css
<style>
span { border-color: #F2467B; }
span { border-color: rgb(242,70,123); }
td.TdClassName
{
border-color: #F2467B;
}
.TagClassName
{
border-color: #F2467B;
}
</style>