Shades of Brilliant Rose #F947A2
Tints of Brilliant Rose #F947A2
RGB
CMYK
RGB Variations
Color information
#F947A2 (or 0xF947A2) is known color: Brilliant Rose. HEX triplet: F9, 47 and A2. RGB value is (249,71,162). Sum of RGB (Red+Green+Blue) = 249+71+162=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F947A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F947A2 is #06B85D. Grayscale: #868686. Windows color (decimal): -440414 or 10635257. OLE color: 10635257.
HSL color Cylindrical-coordinate representation of color #F947A2: hue angle of 329.33º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F947A2 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 162 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.02 |
| HSL | 329.33º | 0.94% | 0.63% | - |
| HSV(B) | 329.33º | 0.71% | 0.98% | - |
| XYZ | 47.84 | 27.25 | 36.92 | - |
| YUV | 134.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 162 | 0 | 0.71 | 0.35 | 0.02 | 329.33 | 0.94 | 0.63 |
| Hex | F9 | 47 | A2 | 0 | 47 | 23 | 2 | 149 | 5E | 3F |
| Octal | 371 | 107 | 242 | 0 | 107 | 43 | 2 | 511 | 136 | 77 |
| Binary | 11111001 | 1000111 | 10100010 | 0 | 1000111 | 100011 | 10 | 101001001 | 1011110 | 111111 |
Color Harmonies of #F947A2
Complementary color
Monochromatic Colors of #F947A2
Black with #F947A2
Text Example
Text Example
White with #F947A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F947A2; }
p { color: rgb(249,71,162); }
H1.HeaderClassName
{
color: #F947A2;
}
.AnyTagClassName
{
color: #F947A2;
}
</style>
background-color css
<style>
a { background-color: #F947A2; }
a { background-color: rgb(249,71,162); }
div.DivClassName
{
background-color: #F947A2;
}
.BgClassName
{
background-color: #F947A2;
}
</style>
border-color css
<style>
span { border-color: #F947A2; }
span { border-color: rgb(249,71,162); }
td.TdClassName
{
border-color: #F947A2;
}
.TagClassName
{
border-color: #F947A2;
}
</style>