Shades of Brilliant Rose #F55BAE
Tints of Brilliant Rose #F55BAE
RGB
CMYK
RGB Variations
Color information
#F55BAE (or 0xF55BAE) is known color: Brilliant Rose. HEX triplet: F5, 5B and AE. RGB value is (245,91,174). Sum of RGB (Red+Green+Blue) = 245+91+174=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55BAE is #0AA451. Grayscale: #929292. Windows color (decimal): -697426 or 11426805. OLE color: 11426805.
HSL color Cylindrical-coordinate representation of color #F55BAE: hue angle of 327.66º 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 #F55BAE is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 174 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.04 |
| HSL | 327.66º | 0.89% | 0.66% | - |
| HSV(B) | 327.66º | 0.63% | 0.96% | - |
| XYZ | 49.04 | 29.95 | 43.24 | - |
| YUV | 146.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 174 | 0 | 0.63 | 0.29 | 0.04 | 327.66 | 0.89 | 0.66 |
| Hex | F5 | 5B | AE | 0 | 3F | 1D | 4 | 148 | 59 | 42 |
| Octal | 365 | 133 | 256 | 0 | 77 | 35 | 4 | 510 | 131 | 102 |
| Binary | 11110101 | 1011011 | 10101110 | 0 | 111111 | 11101 | 100 | 101001000 | 1011001 | 1000010 |
Color Harmonies of #F55BAE
Complementary color
Monochromatic Colors of #F55BAE
Black with #F55BAE
Text Example
Text Example
White with #F55BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BAE; }
p { color: rgb(245,91,174); }
H1.HeaderClassName
{
color: #F55BAE;
}
.AnyTagClassName
{
color: #F55BAE;
}
</style>
background-color css
<style>
a { background-color: #F55BAE; }
a { background-color: rgb(245,91,174); }
div.DivClassName
{
background-color: #F55BAE;
}
.BgClassName
{
background-color: #F55BAE;
}
</style>
border-color css
<style>
span { border-color: #F55BAE; }
span { border-color: rgb(245,91,174); }
td.TdClassName
{
border-color: #F55BAE;
}
.TagClassName
{
border-color: #F55BAE;
}
</style>