Shades of Brilliant Rose #F55DAB
Tints of Brilliant Rose #F55DAB
RGB
CMYK
RGB Variations
Color information
#F55DAB (or 0xF55DAB) is known color: Brilliant Rose. HEX triplet: F5, 5D and AB. RGB value is (245,93,171). Sum of RGB (Red+Green+Blue) = 245+93+171=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55DAB is #0AA254. Grayscale: #939393. Windows color (decimal): -696917 or 11230709. OLE color: 11230709.
HSL color Cylindrical-coordinate representation of color #F55DAB: hue angle of 329.21º 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 #F55DAB is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 171 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.04 |
| HSL | 329.21º | 0.88% | 0.66% | - |
| HSV(B) | 329.21º | 0.62% | 0.96% | - |
| XYZ | 48.92 | 30.18 | 41.78 | - |
| YUV | 147.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 171 | 0 | 0.62 | 0.30 | 0.04 | 329.21 | 0.88 | 0.66 |
| Hex | F5 | 5D | AB | 0 | 3E | 1E | 4 | 149 | 58 | 42 |
| Octal | 365 | 135 | 253 | 0 | 76 | 36 | 4 | 511 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10101011 | 0 | 111110 | 11110 | 100 | 101001001 | 1011000 | 1000010 |
Color Harmonies of #F55DAB
Complementary color
Monochromatic Colors of #F55DAB
Black with #F55DAB
Text Example
Text Example
White with #F55DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DAB; }
p { color: rgb(245,93,171); }
H1.HeaderClassName
{
color: #F55DAB;
}
.AnyTagClassName
{
color: #F55DAB;
}
</style>
background-color css
<style>
a { background-color: #F55DAB; }
a { background-color: rgb(245,93,171); }
div.DivClassName
{
background-color: #F55DAB;
}
.BgClassName
{
background-color: #F55DAB;
}
</style>
border-color css
<style>
span { border-color: #F55DAB; }
span { border-color: rgb(245,93,171); }
td.TdClassName
{
border-color: #F55DAB;
}
.TagClassName
{
border-color: #F55DAB;
}
</style>