Shades of Brilliant Rose #F960A1
Tints of Brilliant Rose #F960A1
RGB
CMYK
RGB Variations
Color information
#F960A1 (or 0xF960A1) is known color: Brilliant Rose. HEX triplet: F9, 60 and A1. RGB value is (249,96,161). Sum of RGB (Red+Green+Blue) = 249+96+161=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F960A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F960A1 is #069F5E. Grayscale: #959595. Windows color (decimal): -434015 or 10576121. OLE color: 10576121.
HSL color Cylindrical-coordinate representation of color #F960A1: hue angle of 334.51º 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 #F960A1 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 161 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.02 |
| HSL | 334.51º | 0.93% | 0.68% | - |
| HSV(B) | 334.51º | 0.61% | 0.98% | - |
| XYZ | 49.68 | 31.08 | 37.1 | - |
| YUV | 149.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 161 | 0 | 0.61 | 0.35 | 0.02 | 334.51 | 0.93 | 0.68 |
| Hex | F9 | 60 | A1 | 0 | 3D | 23 | 2 | 14F | 5D | 44 |
| Octal | 371 | 140 | 241 | 0 | 75 | 43 | 2 | 517 | 135 | 104 |
| Binary | 11111001 | 1100000 | 10100001 | 0 | 111101 | 100011 | 10 | 101001111 | 1011101 | 1000100 |
Color Harmonies of #F960A1
Complementary color
Monochromatic Colors of #F960A1
Black with #F960A1
Text Example
Text Example
White with #F960A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F960A1; }
p { color: rgb(249,96,161); }
H1.HeaderClassName
{
color: #F960A1;
}
.AnyTagClassName
{
color: #F960A1;
}
</style>
background-color css
<style>
a { background-color: #F960A1; }
a { background-color: rgb(249,96,161); }
div.DivClassName
{
background-color: #F960A1;
}
.BgClassName
{
background-color: #F960A1;
}
</style>
border-color css
<style>
span { border-color: #F960A1; }
span { border-color: rgb(249,96,161); }
td.TdClassName
{
border-color: #F960A1;
}
.TagClassName
{
border-color: #F960A1;
}
</style>