Shades of Brilliant Rose #F55AAC
Tints of Brilliant Rose #F55AAC
RGB
CMYK
RGB Variations
Color information
#F55AAC (or 0xF55AAC) is known color: Brilliant Rose. HEX triplet: F5, 5A and AC. RGB value is (245,90,172). Sum of RGB (Red+Green+Blue) = 245+90+172=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55AAC is #0AA553. Grayscale: #919191. Windows color (decimal): -697684 or 11295477. OLE color: 11295477.
HSL color Cylindrical-coordinate representation of color #F55AAC: hue angle of 328.26º 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 #F55AAC is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 172 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.04 |
| HSL | 328.26º | 0.89% | 0.66% | - |
| HSV(B) | 328.26º | 0.63% | 0.96% | - |
| XYZ | 48.76 | 29.7 | 42.19 | - |
| YUV | 145.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 172 | 0 | 0.63 | 0.30 | 0.04 | 328.26 | 0.89 | 0.66 |
| Hex | F5 | 5A | AC | 0 | 3F | 1E | 4 | 148 | 59 | 42 |
| Octal | 365 | 132 | 254 | 0 | 77 | 36 | 4 | 510 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10101100 | 0 | 111111 | 11110 | 100 | 101001000 | 1011001 | 1000010 |
Color Harmonies of #F55AAC
Complementary color
Monochromatic Colors of #F55AAC
Black with #F55AAC
Text Example
Text Example
White with #F55AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AAC; }
p { color: rgb(245,90,172); }
H1.HeaderClassName
{
color: #F55AAC;
}
.AnyTagClassName
{
color: #F55AAC;
}
</style>
background-color css
<style>
a { background-color: #F55AAC; }
a { background-color: rgb(245,90,172); }
div.DivClassName
{
background-color: #F55AAC;
}
.BgClassName
{
background-color: #F55AAC;
}
</style>
border-color css
<style>
span { border-color: #F55AAC; }
span { border-color: rgb(245,90,172); }
td.TdClassName
{
border-color: #F55AAC;
}
.TagClassName
{
border-color: #F55AAC;
}
</style>