Shades of Brilliant Rose #F959A0
Tints of Brilliant Rose #F959A0
RGB
CMYK
RGB Variations
Color information
#F959A0 (or 0xF959A0) is known color: Brilliant Rose. HEX triplet: F9, 59 and A0. RGB value is (249,89,160). Sum of RGB (Red+Green+Blue) = 249+89+160=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F959A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959A0 is #06A65F. Grayscale: #909090. Windows color (decimal): -435808 or 10508793. OLE color: 10508793.
HSL color Cylindrical-coordinate representation of color #F959A0: hue angle of 333.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 #F959A0 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 160 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.02 |
| HSL | 333.38º | 0.93% | 0.66% | - |
| HSV(B) | 333.38º | 0.64% | 0.98% | - |
| XYZ | 48.98 | 29.82 | 36.43 | - |
| YUV | 144.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 160 | 0 | 0.64 | 0.36 | 0.02 | 333.38 | 0.93 | 0.66 |
| Hex | F9 | 59 | A0 | 0 | 40 | 24 | 2 | 14D | 5D | 42 |
| Octal | 371 | 131 | 240 | 0 | 100 | 44 | 2 | 515 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10100000 | 0 | 1000000 | 100100 | 10 | 101001101 | 1011101 | 1000010 |
Color Harmonies of #F959A0
Complementary color
Monochromatic Colors of #F959A0
Black with #F959A0
Text Example
Text Example
White with #F959A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959A0; }
p { color: rgb(249,89,160); }
H1.HeaderClassName
{
color: #F959A0;
}
.AnyTagClassName
{
color: #F959A0;
}
</style>
background-color css
<style>
a { background-color: #F959A0; }
a { background-color: rgb(249,89,160); }
div.DivClassName
{
background-color: #F959A0;
}
.BgClassName
{
background-color: #F959A0;
}
</style>
border-color css
<style>
span { border-color: #F959A0; }
span { border-color: rgb(249,89,160); }
td.TdClassName
{
border-color: #F959A0;
}
.TagClassName
{
border-color: #F959A0;
}
</style>