Shades of Brilliant Rose #F55499
Tints of Brilliant Rose #F55499
RGB
CMYK
RGB Variations
Color information
#F55499 (or 0xF55499) is known color: Brilliant Rose. HEX triplet: F5, 54 and 99. RGB value is (245,84,153). Sum of RGB (Red+Green+Blue) = 245+84+153=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F55499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55499 is #0AAB66. Grayscale: #8B8B8B. Windows color (decimal): -699239 or 10048757. OLE color: 10048757.
HSL color Cylindrical-coordinate representation of color #F55499: hue angle of 334.29º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55499 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 153 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.04 |
| HSL | 334.29º | 0.89% | 0.65% | - |
| HSV(B) | 334.29º | 0.66% | 0.96% | - |
| XYZ | 46.58 | 28.05 | 33.1 | - |
| YUV | 140.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 153 | 0 | 0.66 | 0.38 | 0.04 | 334.29 | 0.89 | 0.65 |
| Hex | F5 | 54 | 99 | 0 | 42 | 26 | 4 | 14E | 59 | 41 |
| Octal | 365 | 124 | 231 | 0 | 102 | 46 | 4 | 516 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10011001 | 0 | 1000010 | 100110 | 100 | 101001110 | 1011001 | 1000001 |
Color Harmonies of #F55499
Complementary color
Monochromatic Colors of #F55499
Black with #F55499
Text Example
Text Example
White with #F55499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55499; }
p { color: rgb(245,84,153); }
H1.HeaderClassName
{
color: #F55499;
}
.AnyTagClassName
{
color: #F55499;
}
</style>
background-color css
<style>
a { background-color: #F55499; }
a { background-color: rgb(245,84,153); }
div.DivClassName
{
background-color: #F55499;
}
.BgClassName
{
background-color: #F55499;
}
</style>
border-color css
<style>
span { border-color: #F55499; }
span { border-color: rgb(245,84,153); }
td.TdClassName
{
border-color: #F55499;
}
.TagClassName
{
border-color: #F55499;
}
</style>