Shades of Shocking #F898C2
Tints of Shocking #F898C2
RGB
CMYK
RGB Variations
Color information
#F898C2 (or 0xF898C2) is known color: Shocking. HEX triplet: F8, 98 and C2. RGB value is (248,152,194). Sum of RGB (Red+Green+Blue) = 248+152+194=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F898C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898C2 is #07673D. Grayscale: #B9B9B9. Windows color (decimal): -485182 or 12753144. OLE color: 12753144.
HSL color Cylindrical-coordinate representation of color #F898C2: hue angle of 333.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898C2 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 194 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.03 |
| HSL | 333.75º | 0.87% | 0.78% | - |
| HSV(B) | 333.75º | 0.39% | 0.97% | - |
| XYZ | 59.68 | 46.31 | 56.83 | - |
| YUV | 185.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 194 | 0 | 0.39 | 0.22 | 0.03 | 333.75 | 0.87 | 0.78 |
| Hex | F8 | 98 | C2 | 0 | 27 | 16 | 3 | 14E | 57 | 4E |
| Octal | 370 | 230 | 302 | 0 | 47 | 26 | 3 | 516 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11000010 | 0 | 100111 | 10110 | 11 | 101001110 | 1010111 | 1001110 |
Color Harmonies of #F898C2
Complementary color
Monochromatic Colors of #F898C2
Black with #F898C2
Text Example
Text Example
White with #F898C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898C2; }
p { color: rgb(248,152,194); }
H1.HeaderClassName
{
color: #F898C2;
}
.AnyTagClassName
{
color: #F898C2;
}
</style>
background-color css
<style>
a { background-color: #F898C2; }
a { background-color: rgb(248,152,194); }
div.DivClassName
{
background-color: #F898C2;
}
.BgClassName
{
background-color: #F898C2;
}
</style>
border-color css
<style>
span { border-color: #F898C2; }
span { border-color: rgb(248,152,194); }
td.TdClassName
{
border-color: #F898C2;
}
.TagClassName
{
border-color: #F898C2;
}
</style>