Shades of Brilliant Rose #F962A1
Tints of Brilliant Rose #F962A1
RGB
CMYK
RGB Variations
Color information
#F962A1 (or 0xF962A1) is known color: Brilliant Rose. HEX triplet: F9, 62 and A1. RGB value is (249,98,161). Sum of RGB (Red+Green+Blue) = 249+98+161=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F962A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962A1 is #069D5E. Grayscale: #969696. Windows color (decimal): -433503 or 10576633. OLE color: 10576633.
HSL color Cylindrical-coordinate representation of color #F962A1: hue angle of 334.97º 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 #F962A1 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 161 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.02 |
| HSL | 334.97º | 0.93% | 0.68% | - |
| HSV(B) | 334.97º | 0.61% | 0.98% | - |
| XYZ | 49.87 | 31.45 | 37.16 | - |
| YUV | 150.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 161 | 0 | 0.61 | 0.35 | 0.02 | 334.97 | 0.93 | 0.68 |
| Hex | F9 | 62 | A1 | 0 | 3D | 23 | 2 | 14F | 5D | 44 |
| Octal | 371 | 142 | 241 | 0 | 75 | 43 | 2 | 517 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10100001 | 0 | 111101 | 100011 | 10 | 101001111 | 1011101 | 1000100 |
Color Harmonies of #F962A1
Complementary color
Monochromatic Colors of #F962A1
Black with #F962A1
Text Example
Text Example
White with #F962A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962A1; }
p { color: rgb(249,98,161); }
H1.HeaderClassName
{
color: #F962A1;
}
.AnyTagClassName
{
color: #F962A1;
}
</style>
background-color css
<style>
a { background-color: #F962A1; }
a { background-color: rgb(249,98,161); }
div.DivClassName
{
background-color: #F962A1;
}
.BgClassName
{
background-color: #F962A1;
}
</style>
border-color css
<style>
span { border-color: #F962A1; }
span { border-color: rgb(249,98,161); }
td.TdClassName
{
border-color: #F962A1;
}
.TagClassName
{
border-color: #F962A1;
}
</style>