Shades of French Rose #F5467B
Tints of French Rose #F5467B
RGB
CMYK
RGB Variations
Color information
#F5467B (or 0xF5467B) is known color: French Rose. HEX triplet: F5, 46 and 7B. RGB value is (245,70,123). Sum of RGB (Red+Green+Blue) = 245+70+123=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5467B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5467B is #0AB984. Grayscale: #808080. Windows color (decimal): -702853 or 8079093. OLE color: 8079093.
HSL color Cylindrical-coordinate representation of color #F5467B: hue angle of 341.83º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5467B is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 123 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.04 |
| HSL | 341.83º | 0.9% | 0.62% | - |
| HSV(B) | 341.83º | 0.71% | 0.96% | - |
| XYZ | 43.42 | 25.22 | 21.32 | - |
| YUV | 128.37 | 124.98 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 123 | 0 | 0.71 | 0.50 | 0.04 | 341.83 | 0.9 | 0.62 |
| Hex | F5 | 46 | 7B | 0 | 47 | 32 | 4 | 156 | 5A | 3E |
| Octal | 365 | 106 | 173 | 0 | 107 | 62 | 4 | 526 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1111011 | 0 | 1000111 | 110010 | 100 | 101010110 | 1011010 | 111110 |
Color Harmonies of #F5467B
Complementary color
Monochromatic Colors of #F5467B
Black with #F5467B
Text Example
Text Example
White with #F5467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5467B; }
p { color: rgb(245,70,123); }
H1.HeaderClassName
{
color: #F5467B;
}
.AnyTagClassName
{
color: #F5467B;
}
</style>
background-color css
<style>
a { background-color: #F5467B; }
a { background-color: rgb(245,70,123); }
div.DivClassName
{
background-color: #F5467B;
}
.BgClassName
{
background-color: #F5467B;
}
</style>
border-color css
<style>
span { border-color: #F5467B; }
span { border-color: rgb(245,70,123); }
td.TdClassName
{
border-color: #F5467B;
}
.TagClassName
{
border-color: #F5467B;
}
</style>