Shades of Shocking #F894C0
Tints of Shocking #F894C0
RGB
CMYK
RGB Variations
Color information
#F894C0 (or 0xF894C0) is known color: Shocking. HEX triplet: F8, 94 and C0. RGB value is (248,148,192). Sum of RGB (Red+Green+Blue) = 248+148+192=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F894C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894C0 is #076B3F. Grayscale: #B6B6B6. Windows color (decimal): -486208 or 12621048. OLE color: 12621048.
HSL color Cylindrical-coordinate representation of color #F894C0: hue angle of 333.6º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894C0 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 192 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.03 |
| HSL | 333.6º | 0.88% | 0.78% | - |
| HSV(B) | 333.6º | 0.4% | 0.97% | - |
| XYZ | 58.82 | 44.94 | 55.44 | - |
| YUV | 182.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 192 | 0 | 0.40 | 0.23 | 0.03 | 333.6 | 0.88 | 0.78 |
| Hex | F8 | 94 | C0 | 0 | 28 | 17 | 3 | 14E | 58 | 4E |
| Octal | 370 | 224 | 300 | 0 | 50 | 27 | 3 | 516 | 130 | 116 |
| Binary | 11111000 | 10010100 | 11000000 | 0 | 101000 | 10111 | 11 | 101001110 | 1011000 | 1001110 |
Color Harmonies of #F894C0
Complementary color
Monochromatic Colors of #F894C0
Black with #F894C0
Text Example
Text Example
White with #F894C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894C0; }
p { color: rgb(248,148,192); }
H1.HeaderClassName
{
color: #F894C0;
}
.AnyTagClassName
{
color: #F894C0;
}
</style>
background-color css
<style>
a { background-color: #F894C0; }
a { background-color: rgb(248,148,192); }
div.DivClassName
{
background-color: #F894C0;
}
.BgClassName
{
background-color: #F894C0;
}
</style>
border-color css
<style>
span { border-color: #F894C0; }
span { border-color: rgb(248,148,192); }
td.TdClassName
{
border-color: #F894C0;
}
.TagClassName
{
border-color: #F894C0;
}
</style>