Shades of Shocking #F498BA
Tints of Shocking #F498BA
RGB
CMYK
RGB Variations
Color information
#F498BA (or 0xF498BA) is known color: Shocking. HEX triplet: F4, 98 and BA. RGB value is (244,152,186). Sum of RGB (Red+Green+Blue) = 244+152+186=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F498BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498BA is #0B6745. Grayscale: #B7B7B7. Windows color (decimal): -747334 or 12228852. OLE color: 12228852.
HSL color Cylindrical-coordinate representation of color #F498BA: hue angle of 337.83º 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 #F498BA is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 186 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.04 |
| HSL | 337.83º | 0.81% | 0.78% | - |
| HSV(B) | 337.83º | 0.38% | 0.96% | - |
| XYZ | 57.4 | 45.23 | 52.16 | - |
| YUV | 183.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 186 | 0 | 0.38 | 0.24 | 0.04 | 337.83 | 0.81 | 0.78 |
| Hex | F4 | 98 | BA | 0 | 26 | 18 | 4 | 152 | 51 | 4E |
| Octal | 364 | 230 | 272 | 0 | 46 | 30 | 4 | 522 | 121 | 116 |
| Binary | 11110100 | 10011000 | 10111010 | 0 | 100110 | 11000 | 100 | 101010010 | 1010001 | 1001110 |
Color Harmonies of #F498BA
Complementary color
Monochromatic Colors of #F498BA
Black with #F498BA
Text Example
Text Example
White with #F498BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498BA; }
p { color: rgb(244,152,186); }
H1.HeaderClassName
{
color: #F498BA;
}
.AnyTagClassName
{
color: #F498BA;
}
</style>
background-color css
<style>
a { background-color: #F498BA; }
a { background-color: rgb(244,152,186); }
div.DivClassName
{
background-color: #F498BA;
}
.BgClassName
{
background-color: #F498BA;
}
</style>
border-color css
<style>
span { border-color: #F498BA; }
span { border-color: rgb(244,152,186); }
td.TdClassName
{
border-color: #F498BA;
}
.TagClassName
{
border-color: #F498BA;
}
</style>