Shades of Brilliant Rose #F55DA6
Tints of Brilliant Rose #F55DA6
RGB
CMYK
RGB Variations
Color information
#F55DA6 (or 0xF55DA6) is known color: Brilliant Rose. HEX triplet: F5, 5D and A6. RGB value is (245,93,166). Sum of RGB (Red+Green+Blue) = 245+93+166=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55DA6 is #0AA259. Grayscale: #929292. Windows color (decimal): -696922 or 10903029. OLE color: 10903029.
HSL color Cylindrical-coordinate representation of color #F55DA6: hue angle of 331.18º 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 #F55DA6 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 166 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.04 |
| HSL | 331.18º | 0.88% | 0.66% | - |
| HSV(B) | 331.18º | 0.62% | 0.96% | - |
| XYZ | 48.45 | 29.99 | 39.31 | - |
| YUV | 146.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 166 | 0 | 0.62 | 0.32 | 0.04 | 331.18 | 0.88 | 0.66 |
| Hex | F5 | 5D | A6 | 0 | 3E | 20 | 4 | 14B | 58 | 42 |
| Octal | 365 | 135 | 246 | 0 | 76 | 40 | 4 | 513 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10100110 | 0 | 111110 | 100000 | 100 | 101001011 | 1011000 | 1000010 |
Color Harmonies of #F55DA6
Complementary color
Monochromatic Colors of #F55DA6
Black with #F55DA6
Text Example
Text Example
White with #F55DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DA6; }
p { color: rgb(245,93,166); }
H1.HeaderClassName
{
color: #F55DA6;
}
.AnyTagClassName
{
color: #F55DA6;
}
</style>
background-color css
<style>
a { background-color: #F55DA6; }
a { background-color: rgb(245,93,166); }
div.DivClassName
{
background-color: #F55DA6;
}
.BgClassName
{
background-color: #F55DA6;
}
</style>
border-color css
<style>
span { border-color: #F55DA6; }
span { border-color: rgb(245,93,166); }
td.TdClassName
{
border-color: #F55DA6;
}
.TagClassName
{
border-color: #F55DA6;
}
</style>