Shades of Brilliant Rose #F854A9
Tints of Brilliant Rose #F854A9
RGB
CMYK
RGB Variations
Color information
#F854A9 (or 0xF854A9) is known color: Brilliant Rose. HEX triplet: F8, 54 and A9. RGB value is (248,84,169). Sum of RGB (Red+Green+Blue) = 248+84+169=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F854A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F854A9 is #07AB56. Grayscale: #8E8E8E. Windows color (decimal): -502615 or 11097336. OLE color: 11097336.
HSL color Cylindrical-coordinate representation of color #F854A9: hue angle of 328.9º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F854A9 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 169 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.03 |
| HSL | 328.9º | 0.92% | 0.65% | - |
| HSV(B) | 328.9º | 0.66% | 0.97% | - |
| XYZ | 49.04 | 29.16 | 40.58 | - |
| YUV | 142.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 169 | 0 | 0.66 | 0.32 | 0.03 | 328.9 | 0.92 | 0.65 |
| Hex | F8 | 54 | A9 | 0 | 42 | 20 | 3 | 149 | 5C | 41 |
| Octal | 370 | 124 | 251 | 0 | 102 | 40 | 3 | 511 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10101001 | 0 | 1000010 | 100000 | 11 | 101001001 | 1011100 | 1000001 |
Color Harmonies of #F854A9
Complementary color
Monochromatic Colors of #F854A9
Black with #F854A9
Text Example
Text Example
White with #F854A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F854A9; }
p { color: rgb(248,84,169); }
H1.HeaderClassName
{
color: #F854A9;
}
.AnyTagClassName
{
color: #F854A9;
}
</style>
background-color css
<style>
a { background-color: #F854A9; }
a { background-color: rgb(248,84,169); }
div.DivClassName
{
background-color: #F854A9;
}
.BgClassName
{
background-color: #F854A9;
}
</style>
border-color css
<style>
span { border-color: #F854A9; }
span { border-color: rgb(248,84,169); }
td.TdClassName
{
border-color: #F854A9;
}
.TagClassName
{
border-color: #F854A9;
}
</style>