Shades of Brilliant Rose #F051A8
Tints of Brilliant Rose #F051A8
RGB
CMYK
RGB Variations
Color information
#F051A8 (or 0xF051A8) is known color: Brilliant Rose. HEX triplet: F0, 51 and A8. RGB value is (240,81,168). Sum of RGB (Red+Green+Blue) = 240+81+168=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F051A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F051A8 is #0FAE57. Grayscale: #8A8A8A. Windows color (decimal): -1027672 or 11031024. OLE color: 11031024.
HSL color Cylindrical-coordinate representation of color #F051A8: hue angle of 327.17º 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 #F051A8 is Cyan = 0, Magento = 0.66, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 168 | - |
| CMYK | 0 | 0.66 | 0.3 | 0.06 |
| HSL | 327.17º | 0.84% | 0.63% | - |
| HSV(B) | 327.17º | 0.66% | 0.94% | - |
| XYZ | 45.95 | 27.24 | 39.88 | - |
| YUV | 138.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 168 | 0 | 0.66 | 0.3 | 0.06 | 327.17 | 0.84 | 0.63 |
| Hex | F0 | 51 | A8 | 0 | 42 | 1E | 6 | 147 | 54 | 3F |
| Octal | 360 | 121 | 250 | 0 | 102 | 36 | 6 | 507 | 124 | 77 |
| Binary | 11110000 | 1010001 | 10101000 | 0 | 1000010 | 11110 | 110 | 101000111 | 1010100 | 111111 |
Color Harmonies of #F051A8
Complementary color
Monochromatic Colors of #F051A8
Black with #F051A8
Text Example
Text Example
White with #F051A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051A8; }
p { color: rgb(240,81,168); }
H1.HeaderClassName
{
color: #F051A8;
}
.AnyTagClassName
{
color: #F051A8;
}
</style>
background-color css
<style>
a { background-color: #F051A8; }
a { background-color: rgb(240,81,168); }
div.DivClassName
{
background-color: #F051A8;
}
.BgClassName
{
background-color: #F051A8;
}
</style>
border-color css
<style>
span { border-color: #F051A8; }
span { border-color: rgb(240,81,168); }
td.TdClassName
{
border-color: #F051A8;
}
.TagClassName
{
border-color: #F051A8;
}
</style>