Shades of French Rose #F55B8F
Tints of French Rose #F55B8F
RGB
CMYK
RGB Variations
Color information
#F55B8F (or 0xF55B8F) is known color: French Rose. HEX triplet: F5, 5B and 8F. RGB value is (245,91,143). Sum of RGB (Red+Green+Blue) = 245+91+143=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55B8F is #0AA470. Grayscale: #8E8E8E. Windows color (decimal): -697457 or 9395189. OLE color: 9395189.
HSL color Cylindrical-coordinate representation of color #F55B8F: hue angle of 339.74º 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 #F55B8F is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 143 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.04 |
| HSL | 339.74º | 0.89% | 0.66% | - |
| HSV(B) | 339.74º | 0.63% | 0.96% | - |
| XYZ | 46.36 | 28.88 | 29.12 | - |
| YUV | 142.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 143 | 0 | 0.63 | 0.42 | 0.04 | 339.74 | 0.89 | 0.66 |
| Hex | F5 | 5B | 8F | 0 | 3F | 2A | 4 | 154 | 59 | 42 |
| Octal | 365 | 133 | 217 | 0 | 77 | 52 | 4 | 524 | 131 | 102 |
| Binary | 11110101 | 1011011 | 10001111 | 0 | 111111 | 101010 | 100 | 101010100 | 1011001 | 1000010 |
Color Harmonies of #F55B8F
Complementary color
Monochromatic Colors of #F55B8F
Black with #F55B8F
Text Example
Text Example
White with #F55B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B8F; }
p { color: rgb(245,91,143); }
H1.HeaderClassName
{
color: #F55B8F;
}
.AnyTagClassName
{
color: #F55B8F;
}
</style>
background-color css
<style>
a { background-color: #F55B8F; }
a { background-color: rgb(245,91,143); }
div.DivClassName
{
background-color: #F55B8F;
}
.BgClassName
{
background-color: #F55B8F;
}
</style>
border-color css
<style>
span { border-color: #F55B8F; }
span { border-color: rgb(245,91,143); }
td.TdClassName
{
border-color: #F55B8F;
}
.TagClassName
{
border-color: #F55B8F;
}
</style>