Shades of Brilliant Rose #F946A2
Tints of Brilliant Rose #F946A2
RGB
CMYK
RGB Variations
Color information
#F946A2 (or 0xF946A2) is known color: Brilliant Rose. HEX triplet: F9, 46 and A2. RGB value is (249,70,162). Sum of RGB (Red+Green+Blue) = 249+70+162=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F946A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F946A2 is #06B95D. Grayscale: #858585. Windows color (decimal): -440670 or 10635001. OLE color: 10635001.
HSL color Cylindrical-coordinate representation of color #F946A2: hue angle of 329.16º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946A2 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 162 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.02 |
| HSL | 329.16º | 0.94% | 0.63% | - |
| HSV(B) | 329.16º | 0.72% | 0.98% | - |
| XYZ | 47.78 | 27.13 | 36.9 | - |
| YUV | 134.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 162 | 0 | 0.72 | 0.35 | 0.02 | 329.16 | 0.94 | 0.63 |
| Hex | F9 | 46 | A2 | 0 | 48 | 23 | 2 | 149 | 5E | 3F |
| Octal | 371 | 106 | 242 | 0 | 110 | 43 | 2 | 511 | 136 | 77 |
| Binary | 11111001 | 1000110 | 10100010 | 0 | 1001000 | 100011 | 10 | 101001001 | 1011110 | 111111 |
Color Harmonies of #F946A2
Complementary color
Monochromatic Colors of #F946A2
Black with #F946A2
Text Example
Text Example
White with #F946A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F946A2; }
p { color: rgb(249,70,162); }
H1.HeaderClassName
{
color: #F946A2;
}
.AnyTagClassName
{
color: #F946A2;
}
</style>
background-color css
<style>
a { background-color: #F946A2; }
a { background-color: rgb(249,70,162); }
div.DivClassName
{
background-color: #F946A2;
}
.BgClassName
{
background-color: #F946A2;
}
</style>
border-color css
<style>
span { border-color: #F946A2; }
span { border-color: rgb(249,70,162); }
td.TdClassName
{
border-color: #F946A2;
}
.TagClassName
{
border-color: #F946A2;
}
</style>