Shades of Brilliant Rose #F251AA
Tints of Brilliant Rose #F251AA
RGB
CMYK
RGB Variations
Color information
#F251AA (or 0xF251AA) is known color: Brilliant Rose. HEX triplet: F2, 51 and AA. RGB value is (242,81,170). Sum of RGB (Red+Green+Blue) = 242+81+170=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F251AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251AA is #0DAE55. Grayscale: #8B8B8B. Windows color (decimal): -896598 or 11162098. OLE color: 11162098.
HSL color Cylindrical-coordinate representation of color #F251AA: hue angle of 326.83º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251AA is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 170 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.05 |
| HSL | 326.83º | 0.86% | 0.63% | - |
| HSV(B) | 326.83º | 0.67% | 0.95% | - |
| XYZ | 46.82 | 27.66 | 40.9 | - |
| YUV | 139.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 170 | 0 | 0.67 | 0.30 | 0.05 | 326.83 | 0.86 | 0.63 |
| Hex | F2 | 51 | AA | 0 | 43 | 1E | 5 | 147 | 56 | 3F |
| Octal | 362 | 121 | 252 | 0 | 103 | 36 | 5 | 507 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10101010 | 0 | 1000011 | 11110 | 101 | 101000111 | 1010110 | 111111 |
Color Harmonies of #F251AA
Complementary color
Monochromatic Colors of #F251AA
Black with #F251AA
Text Example
Text Example
White with #F251AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251AA; }
p { color: rgb(242,81,170); }
H1.HeaderClassName
{
color: #F251AA;
}
.AnyTagClassName
{
color: #F251AA;
}
</style>
background-color css
<style>
a { background-color: #F251AA; }
a { background-color: rgb(242,81,170); }
div.DivClassName
{
background-color: #F251AA;
}
.BgClassName
{
background-color: #F251AA;
}
</style>
border-color css
<style>
span { border-color: #F251AA; }
span { border-color: rgb(242,81,170); }
td.TdClassName
{
border-color: #F251AA;
}
.TagClassName
{
border-color: #F251AA;
}
</style>