Shades of French Rose #F55D91
Tints of French Rose #F55D91
RGB
CMYK
RGB Variations
Color information
#F55D91 (or 0xF55D91) is known color: French Rose. HEX triplet: F5, 5D and 91. RGB value is (245,93,145). Sum of RGB (Red+Green+Blue) = 245+93+145=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D91 is #0AA26E. Grayscale: #909090. Windows color (decimal): -696943 or 9526773. OLE color: 9526773.
HSL color Cylindrical-coordinate representation of color #F55D91: hue angle of 339.47º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55D91 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 145 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.04 |
| HSL | 339.47º | 0.88% | 0.66% | - |
| HSV(B) | 339.47º | 0.62% | 0.96% | - |
| XYZ | 46.68 | 29.29 | 29.98 | - |
| YUV | 144.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 145 | 0 | 0.62 | 0.41 | 0.04 | 339.47 | 0.88 | 0.66 |
| Hex | F5 | 5D | 91 | 0 | 3E | 29 | 4 | 153 | 58 | 42 |
| Octal | 365 | 135 | 221 | 0 | 76 | 51 | 4 | 523 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10010001 | 0 | 111110 | 101001 | 100 | 101010011 | 1011000 | 1000010 |
Color Harmonies of #F55D91
Complementary color
Monochromatic Colors of #F55D91
Black with #F55D91
Text Example
Text Example
White with #F55D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D91; }
p { color: rgb(245,93,145); }
H1.HeaderClassName
{
color: #F55D91;
}
.AnyTagClassName
{
color: #F55D91;
}
</style>
background-color css
<style>
a { background-color: #F55D91; }
a { background-color: rgb(245,93,145); }
div.DivClassName
{
background-color: #F55D91;
}
.BgClassName
{
background-color: #F55D91;
}
</style>
border-color css
<style>
span { border-color: #F55D91; }
span { border-color: rgb(245,93,145); }
td.TdClassName
{
border-color: #F55D91;
}
.TagClassName
{
border-color: #F55D91;
}
</style>