Shades of Brilliant Rose #F959B0
Tints of Brilliant Rose #F959B0
RGB
CMYK
RGB Variations
Color information
#F959B0 (or 0xF959B0) is known color: Brilliant Rose. HEX triplet: F9, 59 and B0. RGB value is (249,89,176). Sum of RGB (Red+Green+Blue) = 249+89+176=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F959B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959B0 is #06A64F. Grayscale: #929292. Windows color (decimal): -435792 or 11557369. OLE color: 11557369.
HSL color Cylindrical-coordinate representation of color #F959B0: hue angle of 327.38º 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 #F959B0 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 176 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.02 |
| HSL | 327.38º | 0.93% | 0.66% | - |
| HSV(B) | 327.38º | 0.64% | 0.98% | - |
| XYZ | 50.48 | 30.42 | 44.29 | - |
| YUV | 146.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 176 | 0 | 0.64 | 0.29 | 0.02 | 327.38 | 0.93 | 0.66 |
| Hex | F9 | 59 | B0 | 0 | 40 | 1D | 2 | 147 | 5D | 42 |
| Octal | 371 | 131 | 260 | 0 | 100 | 35 | 2 | 507 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10110000 | 0 | 1000000 | 11101 | 10 | 101000111 | 1011101 | 1000010 |
Color Harmonies of #F959B0
Complementary color
Monochromatic Colors of #F959B0
Black with #F959B0
Text Example
Text Example
White with #F959B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959B0; }
p { color: rgb(249,89,176); }
H1.HeaderClassName
{
color: #F959B0;
}
.AnyTagClassName
{
color: #F959B0;
}
</style>
background-color css
<style>
a { background-color: #F959B0; }
a { background-color: rgb(249,89,176); }
div.DivClassName
{
background-color: #F959B0;
}
.BgClassName
{
background-color: #F959B0;
}
</style>
border-color css
<style>
span { border-color: #F959B0; }
span { border-color: rgb(249,89,176); }
td.TdClassName
{
border-color: #F959B0;
}
.TagClassName
{
border-color: #F959B0;
}
</style>