Shades of Brilliant Rose #F959AA
Tints of Brilliant Rose #F959AA
RGB
CMYK
RGB Variations
Color information
#F959AA (or 0xF959AA) is known color: Brilliant Rose. HEX triplet: F9, 59 and AA. RGB value is (249,89,170). Sum of RGB (Red+Green+Blue) = 249+89+170=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F959AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959AA is #06A655. Grayscale: #919191. Windows color (decimal): -435798 or 11164153. OLE color: 11164153.
HSL color Cylindrical-coordinate representation of color #F959AA: hue angle of 329.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959AA is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 170 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.02 |
| HSL | 329.63º | 0.93% | 0.66% | - |
| HSV(B) | 329.63º | 0.64% | 0.98% | - |
| XYZ | 49.9 | 30.19 | 41.23 | - |
| YUV | 146.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 170 | 0 | 0.64 | 0.32 | 0.02 | 329.63 | 0.93 | 0.66 |
| Hex | F9 | 59 | AA | 0 | 40 | 20 | 2 | 14A | 5D | 42 |
| Octal | 371 | 131 | 252 | 0 | 100 | 40 | 2 | 512 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10101010 | 0 | 1000000 | 100000 | 10 | 101001010 | 1011101 | 1000010 |
Color Harmonies of #F959AA
Complementary color
Monochromatic Colors of #F959AA
Black with #F959AA
Text Example
Text Example
White with #F959AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959AA; }
p { color: rgb(249,89,170); }
H1.HeaderClassName
{
color: #F959AA;
}
.AnyTagClassName
{
color: #F959AA;
}
</style>
background-color css
<style>
a { background-color: #F959AA; }
a { background-color: rgb(249,89,170); }
div.DivClassName
{
background-color: #F959AA;
}
.BgClassName
{
background-color: #F959AA;
}
</style>
border-color css
<style>
span { border-color: #F959AA; }
span { border-color: rgb(249,89,170); }
td.TdClassName
{
border-color: #F959AA;
}
.TagClassName
{
border-color: #F959AA;
}
</style>