Shades of French Rose #F55184
Tints of French Rose #F55184
RGB
CMYK
RGB Variations
Color information
#F55184 (or 0xF55184) is known color: French Rose. HEX triplet: F5, 51 and 84. RGB value is (245,81,132). Sum of RGB (Red+Green+Blue) = 245+81+132=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F55184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55184 is #0AAE7B. Grayscale: #878787. Windows color (decimal): -700028 or 8671733. OLE color: 8671733.
HSL color Cylindrical-coordinate representation of color #F55184: hue angle of 341.34º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55184 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 132 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.04 |
| HSL | 341.34º | 0.89% | 0.64% | - |
| HSV(B) | 341.34º | 0.67% | 0.96% | - |
| XYZ | 44.76 | 26.96 | 24.67 | - |
| YUV | 135.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 132 | 0 | 0.67 | 0.46 | 0.04 | 341.34 | 0.89 | 0.64 |
| Hex | F5 | 51 | 84 | 0 | 43 | 2E | 4 | 155 | 59 | 40 |
| Octal | 365 | 121 | 204 | 0 | 103 | 56 | 4 | 525 | 131 | 100 |
| Binary | 11110101 | 1010001 | 10000100 | 0 | 1000011 | 101110 | 100 | 101010101 | 1011001 | 1000000 |
Color Harmonies of #F55184
Complementary color
Monochromatic Colors of #F55184
Black with #F55184
Text Example
Text Example
White with #F55184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55184; }
p { color: rgb(245,81,132); }
H1.HeaderClassName
{
color: #F55184;
}
.AnyTagClassName
{
color: #F55184;
}
</style>
background-color css
<style>
a { background-color: #F55184; }
a { background-color: rgb(245,81,132); }
div.DivClassName
{
background-color: #F55184;
}
.BgClassName
{
background-color: #F55184;
}
</style>
border-color css
<style>
span { border-color: #F55184; }
span { border-color: rgb(245,81,132); }
td.TdClassName
{
border-color: #F55184;
}
.TagClassName
{
border-color: #F55184;
}
</style>