Shades of Brilliant Rose #F55B9E
Tints of Brilliant Rose #F55B9E
RGB
CMYK
RGB Variations
Color information
#F55B9E (or 0xF55B9E) is known color: Brilliant Rose. HEX triplet: F5, 5B and 9E. RGB value is (245,91,158). Sum of RGB (Red+Green+Blue) = 245+91+158=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55B9E is #0AA461. Grayscale: #909090. Windows color (decimal): -697442 or 10378229. OLE color: 10378229.
HSL color Cylindrical-coordinate representation of color #F55B9E: hue angle of 333.9º 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 #F55B9E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 158 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.04 |
| HSL | 333.9º | 0.89% | 0.66% | - |
| HSV(B) | 333.9º | 0.63% | 0.96% | - |
| XYZ | 47.57 | 29.36 | 35.51 | - |
| YUV | 144.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 158 | 0 | 0.63 | 0.36 | 0.04 | 333.9 | 0.89 | 0.66 |
| Hex | F5 | 5B | 9E | 0 | 3F | 24 | 4 | 14E | 59 | 42 |
| Octal | 365 | 133 | 236 | 0 | 77 | 44 | 4 | 516 | 131 | 102 |
| Binary | 11110101 | 1011011 | 10011110 | 0 | 111111 | 100100 | 100 | 101001110 | 1011001 | 1000010 |
Color Harmonies of #F55B9E
Complementary color
Monochromatic Colors of #F55B9E
Black with #F55B9E
Text Example
Text Example
White with #F55B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B9E; }
p { color: rgb(245,91,158); }
H1.HeaderClassName
{
color: #F55B9E;
}
.AnyTagClassName
{
color: #F55B9E;
}
</style>
background-color css
<style>
a { background-color: #F55B9E; }
a { background-color: rgb(245,91,158); }
div.DivClassName
{
background-color: #F55B9E;
}
.BgClassName
{
background-color: #F55B9E;
}
</style>
border-color css
<style>
span { border-color: #F55B9E; }
span { border-color: rgb(245,91,158); }
td.TdClassName
{
border-color: #F55B9E;
}
.TagClassName
{
border-color: #F55B9E;
}
</style>