Shades of Brilliant Rose #F054AB
Tints of Brilliant Rose #F054AB
RGB
CMYK
RGB Variations
Color information
#F054AB (or 0xF054AB) is known color: Brilliant Rose. HEX triplet: F0, 54 and AB. RGB value is (240,84,171). Sum of RGB (Red+Green+Blue) = 240+84+171=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F054AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F054AB is #0FAB54. Grayscale: #8C8C8C. Windows color (decimal): -1026901 or 11228400. OLE color: 11228400.
HSL color Cylindrical-coordinate representation of color #F054AB: hue angle of 326.54º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054AB is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 171 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.06 |
| HSL | 326.54º | 0.84% | 0.64% | - |
| HSV(B) | 326.54º | 0.65% | 0.94% | - |
| XYZ | 46.46 | 27.81 | 41.45 | - |
| YUV | 140.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 171 | 0 | 0.65 | 0.29 | 0.06 | 326.54 | 0.84 | 0.64 |
| Hex | F0 | 54 | AB | 0 | 41 | 1D | 6 | 147 | 54 | 40 |
| Octal | 360 | 124 | 253 | 0 | 101 | 35 | 6 | 507 | 124 | 100 |
| Binary | 11110000 | 1010100 | 10101011 | 0 | 1000001 | 11101 | 110 | 101000111 | 1010100 | 1000000 |
Color Harmonies of #F054AB
Complementary color
Monochromatic Colors of #F054AB
Black with #F054AB
Text Example
Text Example
White with #F054AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F054AB; }
p { color: rgb(240,84,171); }
H1.HeaderClassName
{
color: #F054AB;
}
.AnyTagClassName
{
color: #F054AB;
}
</style>
background-color css
<style>
a { background-color: #F054AB; }
a { background-color: rgb(240,84,171); }
div.DivClassName
{
background-color: #F054AB;
}
.BgClassName
{
background-color: #F054AB;
}
</style>
border-color css
<style>
span { border-color: #F054AB; }
span { border-color: rgb(240,84,171); }
td.TdClassName
{
border-color: #F054AB;
}
.TagClassName
{
border-color: #F054AB;
}
</style>