Shades of Brilliant Rose #F960A6
Tints of Brilliant Rose #F960A6
RGB
CMYK
RGB Variations
Color information
#F960A6 (or 0xF960A6) is known color: Brilliant Rose. HEX triplet: F9, 60 and A6. RGB value is (249,96,166). Sum of RGB (Red+Green+Blue) = 249+96+166=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F960A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F960A6 is #069F59. Grayscale: #959595. Windows color (decimal): -434010 or 10903801. OLE color: 10903801.
HSL color Cylindrical-coordinate representation of color #F960A6: hue angle of 332.55º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960A6 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 166 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.02 |
| HSL | 332.55º | 0.93% | 0.68% | - |
| HSV(B) | 332.55º | 0.61% | 0.98% | - |
| XYZ | 50.13 | 31.26 | 39.47 | - |
| YUV | 149.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 166 | 0 | 0.61 | 0.33 | 0.02 | 332.55 | 0.93 | 0.68 |
| Hex | F9 | 60 | A6 | 0 | 3D | 21 | 2 | 14D | 5D | 44 |
| Octal | 371 | 140 | 246 | 0 | 75 | 41 | 2 | 515 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10100110 | 0 | 111101 | 100001 | 10 | 101001101 | 1011101 | 1000100 |
Color Harmonies of #F960A6
Complementary color
Monochromatic Colors of #F960A6
Black with #F960A6
Text Example
Text Example
White with #F960A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960A6; }
p { color: rgb(249,96,166); }
H1.HeaderClassName
{
color: #F960A6;
}
.AnyTagClassName
{
color: #F960A6;
}
</style>
background-color css
<style>
a { background-color: #F960A6; }
a { background-color: rgb(249,96,166); }
div.DivClassName
{
background-color: #F960A6;
}
.BgClassName
{
background-color: #F960A6;
}
</style>
border-color css
<style>
span { border-color: #F960A6; }
span { border-color: rgb(249,96,166); }
td.TdClassName
{
border-color: #F960A6;
}
.TagClassName
{
border-color: #F960A6;
}
</style>