Shades of Brilliant Rose #F051AA
Tints of Brilliant Rose #F051AA
RGB
CMYK
RGB Variations
Color information
#F051AA (or 0xF051AA) is known color: Brilliant Rose. HEX triplet: F0, 51 and AA. RGB value is (240,81,170). Sum of RGB (Red+Green+Blue) = 240+81+170=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F051AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F051AA is #0FAE55. Grayscale: #8A8A8A. Windows color (decimal): -1027670 or 11162096. OLE color: 11162096.
HSL color Cylindrical-coordinate representation of color #F051AA: hue angle of 326.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051AA is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 170 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.06 |
| HSL | 326.42º | 0.84% | 0.63% | - |
| HSV(B) | 326.42º | 0.66% | 0.94% | - |
| XYZ | 46.13 | 27.31 | 40.87 | - |
| YUV | 138.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 170 | 0 | 0.66 | 0.29 | 0.06 | 326.42 | 0.84 | 0.63 |
| Hex | F0 | 51 | AA | 0 | 42 | 1D | 6 | 146 | 54 | 3F |
| Octal | 360 | 121 | 252 | 0 | 102 | 35 | 6 | 506 | 124 | 77 |
| Binary | 11110000 | 1010001 | 10101010 | 0 | 1000010 | 11101 | 110 | 101000110 | 1010100 | 111111 |
Color Harmonies of #F051AA
Complementary color
Monochromatic Colors of #F051AA
Black with #F051AA
Text Example
Text Example
White with #F051AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051AA; }
p { color: rgb(240,81,170); }
H1.HeaderClassName
{
color: #F051AA;
}
.AnyTagClassName
{
color: #F051AA;
}
</style>
background-color css
<style>
a { background-color: #F051AA; }
a { background-color: rgb(240,81,170); }
div.DivClassName
{
background-color: #F051AA;
}
.BgClassName
{
background-color: #F051AA;
}
</style>
border-color css
<style>
span { border-color: #F051AA; }
span { border-color: rgb(240,81,170); }
td.TdClassName
{
border-color: #F051AA;
}
.TagClassName
{
border-color: #F051AA;
}
</style>