Shades of Shocking #F498CB
Tints of Shocking #F498CB
RGB
CMYK
RGB Variations
Color information
#F498CB (or 0xF498CB) is known color: Shocking. HEX triplet: F4, 98 and CB. RGB value is (244,152,203). Sum of RGB (Red+Green+Blue) = 244+152+203=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F498CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498CB is #0B6734. Grayscale: #B9B9B9. Windows color (decimal): -747317 or 13342964. OLE color: 13342964.
HSL color Cylindrical-coordinate representation of color #F498CB: hue angle of 326.74º 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 #F498CB is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 203 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.04 |
| HSL | 326.74º | 0.81% | 0.78% | - |
| HSV(B) | 326.74º | 0.38% | 0.96% | - |
| XYZ | 59.32 | 46 | 62.25 | - |
| YUV | 185.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 203 | 0 | 0.38 | 0.17 | 0.04 | 326.74 | 0.81 | 0.78 |
| Hex | F4 | 98 | CB | 0 | 26 | 11 | 4 | 147 | 51 | 4E |
| Octal | 364 | 230 | 313 | 0 | 46 | 21 | 4 | 507 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11001011 | 0 | 100110 | 10001 | 100 | 101000111 | 1010001 | 1001110 |
Color Harmonies of #F498CB
Complementary color
Monochromatic Colors of #F498CB
Black with #F498CB
Text Example
Text Example
White with #F498CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498CB; }
p { color: rgb(244,152,203); }
H1.HeaderClassName
{
color: #F498CB;
}
.AnyTagClassName
{
color: #F498CB;
}
</style>
background-color css
<style>
a { background-color: #F498CB; }
a { background-color: rgb(244,152,203); }
div.DivClassName
{
background-color: #F498CB;
}
.BgClassName
{
background-color: #F498CB;
}
</style>
border-color css
<style>
span { border-color: #F498CB; }
span { border-color: rgb(244,152,203); }
td.TdClassName
{
border-color: #F498CB;
}
.TagClassName
{
border-color: #F498CB;
}
</style>