Shades of Brilliant Rose #F962A6
Tints of Brilliant Rose #F962A6
RGB
CMYK
RGB Variations
Color information
#F962A6 (or 0xF962A6) is known color: Brilliant Rose. HEX triplet: F9, 62 and A6. RGB value is (249,98,166). Sum of RGB (Red+Green+Blue) = 249+98+166=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F962A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962A6 is #069D59. Grayscale: #969696. Windows color (decimal): -433498 or 10904313. OLE color: 10904313.
HSL color Cylindrical-coordinate representation of color #F962A6: hue angle of 332.98º 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 #F962A6 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 166 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.02 |
| HSL | 332.98º | 0.93% | 0.68% | - |
| HSV(B) | 332.98º | 0.61% | 0.98% | - |
| XYZ | 50.32 | 31.63 | 39.53 | - |
| YUV | 150.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 166 | 0 | 0.61 | 0.33 | 0.02 | 332.98 | 0.93 | 0.68 |
| Hex | F9 | 62 | A6 | 0 | 3D | 21 | 2 | 14D | 5D | 44 |
| Octal | 371 | 142 | 246 | 0 | 75 | 41 | 2 | 515 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10100110 | 0 | 111101 | 100001 | 10 | 101001101 | 1011101 | 1000100 |
Color Harmonies of #F962A6
Complementary color
Monochromatic Colors of #F962A6
Black with #F962A6
Text Example
Text Example
White with #F962A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962A6; }
p { color: rgb(249,98,166); }
H1.HeaderClassName
{
color: #F962A6;
}
.AnyTagClassName
{
color: #F962A6;
}
</style>
background-color css
<style>
a { background-color: #F962A6; }
a { background-color: rgb(249,98,166); }
div.DivClassName
{
background-color: #F962A6;
}
.BgClassName
{
background-color: #F962A6;
}
</style>
border-color css
<style>
span { border-color: #F962A6; }
span { border-color: rgb(249,98,166); }
td.TdClassName
{
border-color: #F962A6;
}
.TagClassName
{
border-color: #F962A6;
}
</style>