Shades of Shocking #F498BC
Tints of Shocking #F498BC
RGB
CMYK
RGB Variations
Color information
#F498BC (or 0xF498BC) is known color: Shocking. HEX triplet: F4, 98 and BC. RGB value is (244,152,188). Sum of RGB (Red+Green+Blue) = 244+152+188=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F498BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498BC is #0B6743. Grayscale: #B7B7B7. Windows color (decimal): -747332 or 12359924. OLE color: 12359924.
HSL color Cylindrical-coordinate representation of color #F498BC: hue angle of 336.52º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498BC is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 188 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.04 |
| HSL | 336.52º | 0.81% | 0.78% | - |
| HSV(B) | 336.52º | 0.38% | 0.96% | - |
| XYZ | 57.61 | 45.32 | 53.29 | - |
| YUV | 183.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 188 | 0 | 0.38 | 0.23 | 0.04 | 336.52 | 0.81 | 0.78 |
| Hex | F4 | 98 | BC | 0 | 26 | 17 | 4 | 151 | 51 | 4E |
| Octal | 364 | 230 | 274 | 0 | 46 | 27 | 4 | 521 | 121 | 116 |
| Binary | 11110100 | 10011000 | 10111100 | 0 | 100110 | 10111 | 100 | 101010001 | 1010001 | 1001110 |
Color Harmonies of #F498BC
Complementary color
Monochromatic Colors of #F498BC
Black with #F498BC
Text Example
Text Example
White with #F498BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498BC; }
p { color: rgb(244,152,188); }
H1.HeaderClassName
{
color: #F498BC;
}
.AnyTagClassName
{
color: #F498BC;
}
</style>
background-color css
<style>
a { background-color: #F498BC; }
a { background-color: rgb(244,152,188); }
div.DivClassName
{
background-color: #F498BC;
}
.BgClassName
{
background-color: #F498BC;
}
</style>
border-color css
<style>
span { border-color: #F498BC; }
span { border-color: rgb(244,152,188); }
td.TdClassName
{
border-color: #F498BC;
}
.TagClassName
{
border-color: #F498BC;
}
</style>