Shades of Shocking #F198CE
Tints of Shocking #F198CE
RGB
CMYK
RGB Variations
Color information
#F198CE (or 0xF198CE) is known color: Shocking. HEX triplet: F1, 98 and CE. RGB value is (241,152,206). Sum of RGB (Red+Green+Blue) = 241+152+206=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F198CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198CE is #0E6731. Grayscale: #B8B8B8. Windows color (decimal): -943922 or 13539569. OLE color: 13539569.
HSL color Cylindrical-coordinate representation of color #F198CE: hue angle of 323.6º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F198CE is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 206 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.05 |
| HSL | 323.6º | 0.76% | 0.77% | - |
| HSV(B) | 323.6º | 0.37% | 0.95% | - |
| XYZ | 58.64 | 45.61 | 64.11 | - |
| YUV | 184.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 206 | 0 | 0.37 | 0.15 | 0.05 | 323.6 | 0.76 | 0.77 |
| Hex | F1 | 98 | CE | 0 | 25 | F | 5 | 144 | 4C | 4D |
| Octal | 361 | 230 | 316 | 0 | 45 | 17 | 5 | 504 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11001110 | 0 | 100101 | 1111 | 101 | 101000100 | 1001100 | 1001101 |
Color Harmonies of #F198CE
Complementary color
Monochromatic Colors of #F198CE
Black with #F198CE
Text Example
Text Example
White with #F198CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198CE; }
p { color: rgb(241,152,206); }
H1.HeaderClassName
{
color: #F198CE;
}
.AnyTagClassName
{
color: #F198CE;
}
</style>
background-color css
<style>
a { background-color: #F198CE; }
a { background-color: rgb(241,152,206); }
div.DivClassName
{
background-color: #F198CE;
}
.BgClassName
{
background-color: #F198CE;
}
</style>
border-color css
<style>
span { border-color: #F198CE; }
span { border-color: rgb(241,152,206); }
td.TdClassName
{
border-color: #F198CE;
}
.TagClassName
{
border-color: #F198CE;
}
</style>