Shades of Brilliant Rose #F55D9F
Tints of Brilliant Rose #F55D9F
RGB
CMYK
RGB Variations
Color information
#F55D9F (or 0xF55D9F) is known color: Brilliant Rose. HEX triplet: F5, 5D and 9F. RGB value is (245,93,159). Sum of RGB (Red+Green+Blue) = 245+93+159=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D9F is #0AA260. Grayscale: #919191. Windows color (decimal): -696929 or 10444277. OLE color: 10444277.
HSL color Cylindrical-coordinate representation of color #F55D9F: hue angle of 333.95º 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 #F55D9F is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 159 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.04 |
| HSL | 333.95º | 0.88% | 0.66% | - |
| HSV(B) | 333.95º | 0.62% | 0.96% | - |
| XYZ | 47.83 | 29.74 | 36.02 | - |
| YUV | 145.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 159 | 0 | 0.62 | 0.35 | 0.04 | 333.95 | 0.88 | 0.66 |
| Hex | F5 | 5D | 9F | 0 | 3E | 23 | 4 | 14E | 58 | 42 |
| Octal | 365 | 135 | 237 | 0 | 76 | 43 | 4 | 516 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10011111 | 0 | 111110 | 100011 | 100 | 101001110 | 1011000 | 1000010 |
Color Harmonies of #F55D9F
Complementary color
Monochromatic Colors of #F55D9F
Black with #F55D9F
Text Example
Text Example
White with #F55D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D9F; }
p { color: rgb(245,93,159); }
H1.HeaderClassName
{
color: #F55D9F;
}
.AnyTagClassName
{
color: #F55D9F;
}
</style>
background-color css
<style>
a { background-color: #F55D9F; }
a { background-color: rgb(245,93,159); }
div.DivClassName
{
background-color: #F55D9F;
}
.BgClassName
{
background-color: #F55D9F;
}
</style>
border-color css
<style>
span { border-color: #F55D9F; }
span { border-color: rgb(245,93,159); }
td.TdClassName
{
border-color: #F55D9F;
}
.TagClassName
{
border-color: #F55D9F;
}
</style>