Shades of Brilliant Rose #F55399
Tints of Brilliant Rose #F55399
RGB
CMYK
RGB Variations
Color information
#F55399 (or 0xF55399) is known color: Brilliant Rose. HEX triplet: F5, 53 and 99. RGB value is (245,83,153). Sum of RGB (Red+Green+Blue) = 245+83+153=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F55399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55399 is #0AAC66. Grayscale: #8B8B8B. Windows color (decimal): -699495 or 10048501. OLE color: 10048501.
HSL color Cylindrical-coordinate representation of color #F55399: hue angle of 334.07º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55399 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 153 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.04 |
| HSL | 334.07º | 0.89% | 0.64% | - |
| HSV(B) | 334.07º | 0.66% | 0.96% | - |
| XYZ | 46.5 | 27.9 | 33.07 | - |
| YUV | 139.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 153 | 0 | 0.66 | 0.38 | 0.04 | 334.07 | 0.89 | 0.64 |
| Hex | F5 | 53 | 99 | 0 | 42 | 26 | 4 | 14E | 59 | 40 |
| Octal | 365 | 123 | 231 | 0 | 102 | 46 | 4 | 516 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10011001 | 0 | 1000010 | 100110 | 100 | 101001110 | 1011001 | 1000000 |
Color Harmonies of #F55399
Complementary color
Monochromatic Colors of #F55399
Black with #F55399
Text Example
Text Example
White with #F55399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55399; }
p { color: rgb(245,83,153); }
H1.HeaderClassName
{
color: #F55399;
}
.AnyTagClassName
{
color: #F55399;
}
</style>
background-color css
<style>
a { background-color: #F55399; }
a { background-color: rgb(245,83,153); }
div.DivClassName
{
background-color: #F55399;
}
.BgClassName
{
background-color: #F55399;
}
</style>
border-color css
<style>
span { border-color: #F55399; }
span { border-color: rgb(245,83,153); }
td.TdClassName
{
border-color: #F55399;
}
.TagClassName
{
border-color: #F55399;
}
</style>