Shades of French Rose #F55A8E
Tints of French Rose #F55A8E
RGB
CMYK
RGB Variations
Color information
#F55A8E (or 0xF55A8E) is known color: French Rose. HEX triplet: F5, 5A and 8E. RGB value is (245,90,142). Sum of RGB (Red+Green+Blue) = 245+90+142=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55A8E is #0AA571. Grayscale: #8E8E8E. Windows color (decimal): -697714 or 9329397. OLE color: 9329397.
HSL color Cylindrical-coordinate representation of color #F55A8E: hue angle of 339.87º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A8E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 142 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.04 |
| HSL | 339.87º | 0.89% | 0.66% | - |
| HSV(B) | 339.87º | 0.63% | 0.96% | - |
| XYZ | 46.19 | 28.68 | 28.69 | - |
| YUV | 142.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 142 | 0 | 0.63 | 0.42 | 0.04 | 339.87 | 0.89 | 0.66 |
| Hex | F5 | 5A | 8E | 0 | 3F | 2A | 4 | 154 | 59 | 42 |
| Octal | 365 | 132 | 216 | 0 | 77 | 52 | 4 | 524 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10001110 | 0 | 111111 | 101010 | 100 | 101010100 | 1011001 | 1000010 |
Color Harmonies of #F55A8E
Complementary color
Monochromatic Colors of #F55A8E
Black with #F55A8E
Text Example
Text Example
White with #F55A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A8E; }
p { color: rgb(245,90,142); }
H1.HeaderClassName
{
color: #F55A8E;
}
.AnyTagClassName
{
color: #F55A8E;
}
</style>
background-color css
<style>
a { background-color: #F55A8E; }
a { background-color: rgb(245,90,142); }
div.DivClassName
{
background-color: #F55A8E;
}
.BgClassName
{
background-color: #F55A8E;
}
</style>
border-color css
<style>
span { border-color: #F55A8E; }
span { border-color: rgb(245,90,142); }
td.TdClassName
{
border-color: #F55A8E;
}
.TagClassName
{
border-color: #F55A8E;
}
</style>