Shades of Shocking #F498BD
Tints of Shocking #F498BD
RGB
CMYK
RGB Variations
Color information
#F498BD (or 0xF498BD) is known color: Shocking. HEX triplet: F4, 98 and BD. RGB value is (244,152,189). Sum of RGB (Red+Green+Blue) = 244+152+189=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F498BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498BD is #0B6742. Grayscale: #B7B7B7. Windows color (decimal): -747331 or 12425460. OLE color: 12425460.
HSL color Cylindrical-coordinate representation of color #F498BD: hue angle of 335.87º 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 #F498BD is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 189 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.04 |
| HSL | 335.87º | 0.81% | 0.78% | - |
| HSV(B) | 335.87º | 0.38% | 0.96% | - |
| XYZ | 57.72 | 45.36 | 53.86 | - |
| YUV | 183.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 189 | 0 | 0.38 | 0.23 | 0.04 | 335.87 | 0.81 | 0.78 |
| Hex | F4 | 98 | BD | 0 | 26 | 17 | 4 | 150 | 51 | 4E |
| Octal | 364 | 230 | 275 | 0 | 46 | 27 | 4 | 520 | 121 | 116 |
| Binary | 11110100 | 10011000 | 10111101 | 0 | 100110 | 10111 | 100 | 101010000 | 1010001 | 1001110 |
Color Harmonies of #F498BD
Complementary color
Monochromatic Colors of #F498BD
Black with #F498BD
Text Example
Text Example
White with #F498BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498BD; }
p { color: rgb(244,152,189); }
H1.HeaderClassName
{
color: #F498BD;
}
.AnyTagClassName
{
color: #F498BD;
}
</style>
background-color css
<style>
a { background-color: #F498BD; }
a { background-color: rgb(244,152,189); }
div.DivClassName
{
background-color: #F498BD;
}
.BgClassName
{
background-color: #F498BD;
}
</style>
border-color css
<style>
span { border-color: #F498BD; }
span { border-color: rgb(244,152,189); }
td.TdClassName
{
border-color: #F498BD;
}
.TagClassName
{
border-color: #F498BD;
}
</style>