Shades of French Rose #F5467A
Tints of French Rose #F5467A
RGB
CMYK
RGB Variations
Color information
#F5467A (or 0xF5467A) is known color: French Rose. HEX triplet: F5, 46 and 7A. RGB value is (245,70,122). Sum of RGB (Red+Green+Blue) = 245+70+122=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5467A is #0AB985. Grayscale: #808080. Windows color (decimal): -702854 or 8013557. OLE color: 8013557.
HSL color Cylindrical-coordinate representation of color #F5467A: hue angle of 342.17º 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 #F5467A is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 122 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.04 |
| HSL | 342.17º | 0.9% | 0.62% | - |
| HSV(B) | 342.17º | 0.71% | 0.96% | - |
| XYZ | 43.36 | 25.2 | 20.99 | - |
| YUV | 128.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 122 | 0 | 0.71 | 0.50 | 0.04 | 342.17 | 0.9 | 0.62 |
| Hex | F5 | 46 | 7A | 0 | 47 | 32 | 4 | 156 | 5A | 3E |
| Octal | 365 | 106 | 172 | 0 | 107 | 62 | 4 | 526 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1111010 | 0 | 1000111 | 110010 | 100 | 101010110 | 1011010 | 111110 |
Color Harmonies of #F5467A
Complementary color
Monochromatic Colors of #F5467A
Black with #F5467A
Text Example
Text Example
White with #F5467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5467A; }
p { color: rgb(245,70,122); }
H1.HeaderClassName
{
color: #F5467A;
}
.AnyTagClassName
{
color: #F5467A;
}
</style>
background-color css
<style>
a { background-color: #F5467A; }
a { background-color: rgb(245,70,122); }
div.DivClassName
{
background-color: #F5467A;
}
.BgClassName
{
background-color: #F5467A;
}
</style>
border-color css
<style>
span { border-color: #F5467A; }
span { border-color: rgb(245,70,122); }
td.TdClassName
{
border-color: #F5467A;
}
.TagClassName
{
border-color: #F5467A;
}
</style>