Shades of Brilliant Rose #F05AAA
Tints of Brilliant Rose #F05AAA
RGB
CMYK
RGB Variations
Color information
#F05AAA (or 0xF05AAA) is known color: Brilliant Rose. HEX triplet: F0, 5A and AA. RGB value is (240,90,170). Sum of RGB (Red+Green+Blue) = 240+90+170=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05AAA is #0FA555. Grayscale: #8F8F8F. Windows color (decimal): -1025366 or 11164400. OLE color: 11164400.
HSL color Cylindrical-coordinate representation of color #F05AAA: hue angle of 328º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05AAA is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 170 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.06 |
| HSL | 328º | 0.83% | 0.65% | - |
| HSV(B) | 328º | 0.63% | 0.94% | - |
| XYZ | 46.85 | 28.74 | 41.11 | - |
| YUV | 143.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 170 | 0 | 0.62 | 0.29 | 0.06 | 328 | 0.83 | 0.65 |
| Hex | F0 | 5A | AA | 0 | 3E | 1D | 6 | 148 | 53 | 41 |
| Octal | 360 | 132 | 252 | 0 | 76 | 35 | 6 | 510 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10101010 | 0 | 111110 | 11101 | 110 | 101001000 | 1010011 | 1000001 |
Color Harmonies of #F05AAA
Complementary color
Monochromatic Colors of #F05AAA
Black with #F05AAA
Text Example
Text Example
White with #F05AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05AAA; }
p { color: rgb(240,90,170); }
H1.HeaderClassName
{
color: #F05AAA;
}
.AnyTagClassName
{
color: #F05AAA;
}
</style>
background-color css
<style>
a { background-color: #F05AAA; }
a { background-color: rgb(240,90,170); }
div.DivClassName
{
background-color: #F05AAA;
}
.BgClassName
{
background-color: #F05AAA;
}
</style>
border-color css
<style>
span { border-color: #F05AAA; }
span { border-color: rgb(240,90,170); }
td.TdClassName
{
border-color: #F05AAA;
}
.TagClassName
{
border-color: #F05AAA;
}
</style>