Shades of Brilliant Rose #F954AA
Tints of Brilliant Rose #F954AA
RGB
CMYK
RGB Variations
Color information
#F954AA (or 0xF954AA) is known color: Brilliant Rose. HEX triplet: F9, 54 and AA. RGB value is (249,84,170). Sum of RGB (Red+Green+Blue) = 249+84+170=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F954AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F954AA is #06AB55. Grayscale: #8E8E8E. Windows color (decimal): -437078 or 11162873. OLE color: 11162873.
HSL color Cylindrical-coordinate representation of color #F954AA: hue angle of 328.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954AA is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 170 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.02 |
| HSL | 328.73º | 0.93% | 0.65% | - |
| HSV(B) | 328.73º | 0.66% | 0.98% | - |
| XYZ | 49.49 | 29.38 | 41.09 | - |
| YUV | 143.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 170 | 0 | 0.66 | 0.32 | 0.02 | 328.73 | 0.93 | 0.65 |
| Hex | F9 | 54 | AA | 0 | 42 | 20 | 2 | 149 | 5D | 41 |
| Octal | 371 | 124 | 252 | 0 | 102 | 40 | 2 | 511 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10101010 | 0 | 1000010 | 100000 | 10 | 101001001 | 1011101 | 1000001 |
Color Harmonies of #F954AA
Complementary color
Monochromatic Colors of #F954AA
Black with #F954AA
Text Example
Text Example
White with #F954AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954AA; }
p { color: rgb(249,84,170); }
H1.HeaderClassName
{
color: #F954AA;
}
.AnyTagClassName
{
color: #F954AA;
}
</style>
background-color css
<style>
a { background-color: #F954AA; }
a { background-color: rgb(249,84,170); }
div.DivClassName
{
background-color: #F954AA;
}
.BgClassName
{
background-color: #F954AA;
}
</style>
border-color css
<style>
span { border-color: #F954AA; }
span { border-color: rgb(249,84,170); }
td.TdClassName
{
border-color: #F954AA;
}
.TagClassName
{
border-color: #F954AA;
}
</style>