Shades of Shocking #F490BA
Tints of Shocking #F490BA
RGB
CMYK
RGB Variations
Color information
#F490BA (or 0xF490BA) is known color: Shocking. HEX triplet: F4, 90 and BA. RGB value is (244,144,186). Sum of RGB (Red+Green+Blue) = 244+144+186=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F490BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490BA is #0B6F45. Grayscale: #B2B2B2. Windows color (decimal): -749382 or 12226804. OLE color: 12226804.
HSL color Cylindrical-coordinate representation of color #F490BA: hue angle of 334.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490BA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 186 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.04 |
| HSL | 334.8º | 0.82% | 0.76% | - |
| HSV(B) | 334.8º | 0.41% | 0.96% | - |
| XYZ | 56.14 | 42.72 | 51.74 | - |
| YUV | 178.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 186 | 0 | 0.41 | 0.24 | 0.04 | 334.8 | 0.82 | 0.76 |
| Hex | F4 | 90 | BA | 0 | 29 | 18 | 4 | 14F | 52 | 4C |
| Octal | 364 | 220 | 272 | 0 | 51 | 30 | 4 | 517 | 122 | 114 |
| Binary | 11110100 | 10010000 | 10111010 | 0 | 101001 | 11000 | 100 | 101001111 | 1010010 | 1001100 |
Color Harmonies of #F490BA
Complementary color
Monochromatic Colors of #F490BA
Black with #F490BA
Text Example
Text Example
White with #F490BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490BA; }
p { color: rgb(244,144,186); }
H1.HeaderClassName
{
color: #F490BA;
}
.AnyTagClassName
{
color: #F490BA;
}
</style>
background-color css
<style>
a { background-color: #F490BA; }
a { background-color: rgb(244,144,186); }
div.DivClassName
{
background-color: #F490BA;
}
.BgClassName
{
background-color: #F490BA;
}
</style>
border-color css
<style>
span { border-color: #F490BA; }
span { border-color: rgb(244,144,186); }
td.TdClassName
{
border-color: #F490BA;
}
.TagClassName
{
border-color: #F490BA;
}
</style>