Shades of Brilliant Rose #F55AAA
Tints of Brilliant Rose #F55AAA
RGB
CMYK
RGB Variations
Color information
#F55AAA (or 0xF55AAA) is known color: Brilliant Rose. HEX triplet: F5, 5A and AA. RGB value is (245,90,170). Sum of RGB (Red+Green+Blue) = 245+90+170=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55AAA is #0AA555. Grayscale: #919191. Windows color (decimal): -697686 or 11164405. OLE color: 11164405.
HSL color Cylindrical-coordinate representation of color #F55AAA: hue angle of 329.03º 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 #F55AAA is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 170 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.04 |
| HSL | 329.03º | 0.89% | 0.66% | - |
| HSV(B) | 329.03º | 0.63% | 0.96% | - |
| XYZ | 48.57 | 29.63 | 41.19 | - |
| YUV | 145.47 | 141.85 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 170 | 0 | 0.63 | 0.31 | 0.04 | 329.03 | 0.89 | 0.66 |
| Hex | F5 | 5A | AA | 0 | 3F | 1F | 4 | 149 | 59 | 42 |
| Octal | 365 | 132 | 252 | 0 | 77 | 37 | 4 | 511 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10101010 | 0 | 111111 | 11111 | 100 | 101001001 | 1011001 | 1000010 |
Color Harmonies of #F55AAA
Complementary color
Monochromatic Colors of #F55AAA
Black with #F55AAA
Text Example
Text Example
White with #F55AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AAA; }
p { color: rgb(245,90,170); }
H1.HeaderClassName
{
color: #F55AAA;
}
.AnyTagClassName
{
color: #F55AAA;
}
</style>
background-color css
<style>
a { background-color: #F55AAA; }
a { background-color: rgb(245,90,170); }
div.DivClassName
{
background-color: #F55AAA;
}
.BgClassName
{
background-color: #F55AAA;
}
</style>
border-color css
<style>
span { border-color: #F55AAA; }
span { border-color: rgb(245,90,170); }
td.TdClassName
{
border-color: #F55AAA;
}
.TagClassName
{
border-color: #F55AAA;
}
</style>