Shades of Shocking #F498CA
Tints of Shocking #F498CA
RGB
CMYK
RGB Variations
Color information
#F498CA (or 0xF498CA) is known color: Shocking. HEX triplet: F4, 98 and CA. RGB value is (244,152,202). Sum of RGB (Red+Green+Blue) = 244+152+202=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F498CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498CA is #0B6735. Grayscale: #B9B9B9. Windows color (decimal): -747318 or 13277428. OLE color: 13277428.
HSL color Cylindrical-coordinate representation of color #F498CA: hue angle of 327.39º 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 #F498CA is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 202 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.04 |
| HSL | 327.39º | 0.81% | 0.78% | - |
| HSV(B) | 327.39º | 0.38% | 0.96% | - |
| XYZ | 59.2 | 45.95 | 61.63 | - |
| YUV | 185.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 202 | 0 | 0.38 | 0.17 | 0.04 | 327.39 | 0.81 | 0.78 |
| Hex | F4 | 98 | CA | 0 | 26 | 11 | 4 | 147 | 51 | 4E |
| Octal | 364 | 230 | 312 | 0 | 46 | 21 | 4 | 507 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11001010 | 0 | 100110 | 10001 | 100 | 101000111 | 1010001 | 1001110 |
Color Harmonies of #F498CA
Complementary color
Monochromatic Colors of #F498CA
Black with #F498CA
Text Example
Text Example
White with #F498CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498CA; }
p { color: rgb(244,152,202); }
H1.HeaderClassName
{
color: #F498CA;
}
.AnyTagClassName
{
color: #F498CA;
}
</style>
background-color css
<style>
a { background-color: #F498CA; }
a { background-color: rgb(244,152,202); }
div.DivClassName
{
background-color: #F498CA;
}
.BgClassName
{
background-color: #F498CA;
}
</style>
border-color css
<style>
span { border-color: #F498CA; }
span { border-color: rgb(244,152,202); }
td.TdClassName
{
border-color: #F498CA;
}
.TagClassName
{
border-color: #F498CA;
}
</style>