Shades of Brilliant Rose #F55D9B
Tints of Brilliant Rose #F55D9B
RGB
CMYK
RGB Variations
Color information
#F55D9B (or 0xF55D9B) is known color: Brilliant Rose. HEX triplet: F5, 5D and 9B. RGB value is (245,93,155). Sum of RGB (Red+Green+Blue) = 245+93+155=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D9B is #0AA264. Grayscale: #919191. Windows color (decimal): -696933 or 10182133. OLE color: 10182133.
HSL color Cylindrical-coordinate representation of color #F55D9B: hue angle of 335.53º 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 #F55D9B is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 155 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.04 |
| HSL | 335.53º | 0.88% | 0.66% | - |
| HSV(B) | 335.53º | 0.62% | 0.96% | - |
| XYZ | 47.49 | 29.61 | 34.22 | - |
| YUV | 145.52 | 133.36 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 155 | 0 | 0.62 | 0.37 | 0.04 | 335.53 | 0.88 | 0.66 |
| Hex | F5 | 5D | 9B | 0 | 3E | 25 | 4 | 150 | 58 | 42 |
| Octal | 365 | 135 | 233 | 0 | 76 | 45 | 4 | 520 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10011011 | 0 | 111110 | 100101 | 100 | 101010000 | 1011000 | 1000010 |
Color Harmonies of #F55D9B
Complementary color
Monochromatic Colors of #F55D9B
Black with #F55D9B
Text Example
Text Example
White with #F55D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D9B; }
p { color: rgb(245,93,155); }
H1.HeaderClassName
{
color: #F55D9B;
}
.AnyTagClassName
{
color: #F55D9B;
}
</style>
background-color css
<style>
a { background-color: #F55D9B; }
a { background-color: rgb(245,93,155); }
div.DivClassName
{
background-color: #F55D9B;
}
.BgClassName
{
background-color: #F55D9B;
}
</style>
border-color css
<style>
span { border-color: #F55D9B; }
span { border-color: rgb(245,93,155); }
td.TdClassName
{
border-color: #F55D9B;
}
.TagClassName
{
border-color: #F55D9B;
}
</style>