Shades of Brilliant Rose #F959A1
Tints of Brilliant Rose #F959A1
RGB
CMYK
RGB Variations
Color information
#F959A1 (or 0xF959A1) is known color: Brilliant Rose. HEX triplet: F9, 59 and A1. RGB value is (249,89,161). Sum of RGB (Red+Green+Blue) = 249+89+161=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F959A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959A1 is #06A65E. Grayscale: #909090. Windows color (decimal): -435807 or 10574329. OLE color: 10574329.
HSL color Cylindrical-coordinate representation of color #F959A1: hue angle of 333º 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 #F959A1 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 161 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.02 |
| HSL | 333º | 0.93% | 0.66% | - |
| HSV(B) | 333º | 0.64% | 0.98% | - |
| XYZ | 49.07 | 29.86 | 36.89 | - |
| YUV | 145.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 161 | 0 | 0.64 | 0.35 | 0.02 | 333 | 0.93 | 0.66 |
| Hex | F9 | 59 | A1 | 0 | 40 | 23 | 2 | 14D | 5D | 42 |
| Octal | 371 | 131 | 241 | 0 | 100 | 43 | 2 | 515 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10100001 | 0 | 1000000 | 100011 | 10 | 101001101 | 1011101 | 1000010 |
Color Harmonies of #F959A1
Complementary color
Monochromatic Colors of #F959A1
Black with #F959A1
Text Example
Text Example
White with #F959A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959A1; }
p { color: rgb(249,89,161); }
H1.HeaderClassName
{
color: #F959A1;
}
.AnyTagClassName
{
color: #F959A1;
}
</style>
background-color css
<style>
a { background-color: #F959A1; }
a { background-color: rgb(249,89,161); }
div.DivClassName
{
background-color: #F959A1;
}
.BgClassName
{
background-color: #F959A1;
}
</style>
border-color css
<style>
span { border-color: #F959A1; }
span { border-color: rgb(249,89,161); }
td.TdClassName
{
border-color: #F959A1;
}
.TagClassName
{
border-color: #F959A1;
}
</style>