Shades of Shocking #F498CF
Tints of Shocking #F498CF
RGB
CMYK
RGB Variations
Color information
#F498CF (or 0xF498CF) is known color: Shocking. HEX triplet: F4, 98 and CF. RGB value is (244,152,207). Sum of RGB (Red+Green+Blue) = 244+152+207=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F498CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498CF is #0B6730. Grayscale: #B9B9B9. Windows color (decimal): -747313 or 13605108. OLE color: 13605108.
HSL color Cylindrical-coordinate representation of color #F498CF: hue angle of 324.13º 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 #F498CF is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 207 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.04 |
| HSL | 324.13º | 0.81% | 0.78% | - |
| HSV(B) | 324.13º | 0.38% | 0.96% | - |
| XYZ | 59.8 | 46.19 | 64.8 | - |
| YUV | 185.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 207 | 0 | 0.38 | 0.15 | 0.04 | 324.13 | 0.81 | 0.78 |
| Hex | F4 | 98 | CF | 0 | 26 | F | 4 | 144 | 51 | 4E |
| Octal | 364 | 230 | 317 | 0 | 46 | 17 | 4 | 504 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11001111 | 0 | 100110 | 1111 | 100 | 101000100 | 1010001 | 1001110 |
Color Harmonies of #F498CF
Complementary color
Monochromatic Colors of #F498CF
Black with #F498CF
Text Example
Text Example
White with #F498CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498CF; }
p { color: rgb(244,152,207); }
H1.HeaderClassName
{
color: #F498CF;
}
.AnyTagClassName
{
color: #F498CF;
}
</style>
background-color css
<style>
a { background-color: #F498CF; }
a { background-color: rgb(244,152,207); }
div.DivClassName
{
background-color: #F498CF;
}
.BgClassName
{
background-color: #F498CF;
}
</style>
border-color css
<style>
span { border-color: #F498CF; }
span { border-color: rgb(244,152,207); }
td.TdClassName
{
border-color: #F498CF;
}
.TagClassName
{
border-color: #F498CF;
}
</style>