Shades of Shocking #F491BA
Tints of Shocking #F491BA
RGB
CMYK
RGB Variations
Color information
#F491BA (or 0xF491BA) is known color: Shocking. HEX triplet: F4, 91 and BA. RGB value is (244,145,186). Sum of RGB (Red+Green+Blue) = 244+145+186=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F491BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491BA is #0B6E45. Grayscale: #B3B3B3. Windows color (decimal): -749126 or 12227060. OLE color: 12227060.
HSL color Cylindrical-coordinate representation of color #F491BA: hue angle of 335.15º 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 #F491BA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 186 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.04 |
| HSL | 335.15º | 0.82% | 0.76% | - |
| HSV(B) | 335.15º | 0.41% | 0.96% | - |
| XYZ | 56.3 | 43.03 | 51.79 | - |
| YUV | 179.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 186 | 0 | 0.41 | 0.24 | 0.04 | 335.15 | 0.82 | 0.76 |
| Hex | F4 | 91 | BA | 0 | 29 | 18 | 4 | 14F | 52 | 4C |
| Octal | 364 | 221 | 272 | 0 | 51 | 30 | 4 | 517 | 122 | 114 |
| Binary | 11110100 | 10010001 | 10111010 | 0 | 101001 | 11000 | 100 | 101001111 | 1010010 | 1001100 |
Color Harmonies of #F491BA
Complementary color
Monochromatic Colors of #F491BA
Black with #F491BA
Text Example
Text Example
White with #F491BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491BA; }
p { color: rgb(244,145,186); }
H1.HeaderClassName
{
color: #F491BA;
}
.AnyTagClassName
{
color: #F491BA;
}
</style>
background-color css
<style>
a { background-color: #F491BA; }
a { background-color: rgb(244,145,186); }
div.DivClassName
{
background-color: #F491BA;
}
.BgClassName
{
background-color: #F491BA;
}
</style>
border-color css
<style>
span { border-color: #F491BA; }
span { border-color: rgb(244,145,186); }
td.TdClassName
{
border-color: #F491BA;
}
.TagClassName
{
border-color: #F491BA;
}
</style>