Shades of Shocking #F493BC
Tints of Shocking #F493BC
RGB
CMYK
RGB Variations
Color information
#F493BC (or 0xF493BC) is known color: Shocking. HEX triplet: F4, 93 and BC. RGB value is (244,147,188). Sum of RGB (Red+Green+Blue) = 244+147+188=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F493BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493BC is #0B6C43. Grayscale: #B4B4B4. Windows color (decimal): -748612 or 12358644. OLE color: 12358644.
HSL color Cylindrical-coordinate representation of color #F493BC: hue angle of 334.64º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493BC is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 188 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 334.64º | 0.82% | 0.77% | - |
| HSV(B) | 334.64º | 0.4% | 0.96% | - |
| XYZ | 56.82 | 43.73 | 53.02 | - |
| YUV | 180.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 188 | 0 | 0.40 | 0.23 | 0.04 | 334.64 | 0.82 | 0.77 |
| Hex | F4 | 93 | BC | 0 | 28 | 17 | 4 | 14F | 52 | 4D |
| Octal | 364 | 223 | 274 | 0 | 50 | 27 | 4 | 517 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10111100 | 0 | 101000 | 10111 | 100 | 101001111 | 1010010 | 1001101 |
Color Harmonies of #F493BC
Complementary color
Monochromatic Colors of #F493BC
Black with #F493BC
Text Example
Text Example
White with #F493BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493BC; }
p { color: rgb(244,147,188); }
H1.HeaderClassName
{
color: #F493BC;
}
.AnyTagClassName
{
color: #F493BC;
}
</style>
background-color css
<style>
a { background-color: #F493BC; }
a { background-color: rgb(244,147,188); }
div.DivClassName
{
background-color: #F493BC;
}
.BgClassName
{
background-color: #F493BC;
}
</style>
border-color css
<style>
span { border-color: #F493BC; }
span { border-color: rgb(244,147,188); }
td.TdClassName
{
border-color: #F493BC;
}
.TagClassName
{
border-color: #F493BC;
}
</style>