Shades of Brilliant Rose #F55EAC
Tints of Brilliant Rose #F55EAC
RGB
CMYK
RGB Variations
Color information
#F55EAC (or 0xF55EAC) is known color: Brilliant Rose. HEX triplet: F5, 5E and AC. RGB value is (245,94,172). Sum of RGB (Red+Green+Blue) = 245+94+172=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55EAC is #0AA153. Grayscale: #939393. Windows color (decimal): -696660 or 11296501. OLE color: 11296501.
HSL color Cylindrical-coordinate representation of color #F55EAC: hue angle of 329.01º 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 #F55EAC is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 172 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.04 |
| HSL | 329.01º | 0.88% | 0.66% | - |
| HSV(B) | 329.01º | 0.62% | 0.96% | - |
| XYZ | 49.11 | 30.4 | 42.31 | - |
| YUV | 148.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 172 | 0 | 0.62 | 0.30 | 0.04 | 329.01 | 0.88 | 0.66 |
| Hex | F5 | 5E | AC | 0 | 3E | 1E | 4 | 149 | 58 | 42 |
| Octal | 365 | 136 | 254 | 0 | 76 | 36 | 4 | 511 | 130 | 102 |
| Binary | 11110101 | 1011110 | 10101100 | 0 | 111110 | 11110 | 100 | 101001001 | 1011000 | 1000010 |
Color Harmonies of #F55EAC
Complementary color
Monochromatic Colors of #F55EAC
Black with #F55EAC
Text Example
Text Example
White with #F55EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55EAC; }
p { color: rgb(245,94,172); }
H1.HeaderClassName
{
color: #F55EAC;
}
.AnyTagClassName
{
color: #F55EAC;
}
</style>
background-color css
<style>
a { background-color: #F55EAC; }
a { background-color: rgb(245,94,172); }
div.DivClassName
{
background-color: #F55EAC;
}
.BgClassName
{
background-color: #F55EAC;
}
</style>
border-color css
<style>
span { border-color: #F55EAC; }
span { border-color: rgb(245,94,172); }
td.TdClassName
{
border-color: #F55EAC;
}
.TagClassName
{
border-color: #F55EAC;
}
</style>