Shades of Shocking #F896C3
Tints of Shocking #F896C3
RGB
CMYK
RGB Variations
Color information
#F896C3 (or 0xF896C3) is known color: Shocking. HEX triplet: F8, 96 and C3. RGB value is (248,150,195). Sum of RGB (Red+Green+Blue) = 248+150+195=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F896C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896C3 is #07693C. Grayscale: #B8B8B8. Windows color (decimal): -485693 or 12818168. OLE color: 12818168.
HSL color Cylindrical-coordinate representation of color #F896C3: hue angle of 332.45º 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 #F896C3 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 195 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.03 |
| HSL | 332.45º | 0.88% | 0.78% | - |
| HSV(B) | 332.45º | 0.4% | 0.97% | - |
| XYZ | 59.47 | 45.71 | 57.32 | - |
| YUV | 184.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 195 | 0 | 0.40 | 0.21 | 0.03 | 332.45 | 0.88 | 0.78 |
| Hex | F8 | 96 | C3 | 0 | 28 | 15 | 3 | 14C | 58 | 4E |
| Octal | 370 | 226 | 303 | 0 | 50 | 25 | 3 | 514 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11000011 | 0 | 101000 | 10101 | 11 | 101001100 | 1011000 | 1001110 |
Color Harmonies of #F896C3
Complementary color
Monochromatic Colors of #F896C3
Black with #F896C3
Text Example
Text Example
White with #F896C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896C3; }
p { color: rgb(248,150,195); }
H1.HeaderClassName
{
color: #F896C3;
}
.AnyTagClassName
{
color: #F896C3;
}
</style>
background-color css
<style>
a { background-color: #F896C3; }
a { background-color: rgb(248,150,195); }
div.DivClassName
{
background-color: #F896C3;
}
.BgClassName
{
background-color: #F896C3;
}
</style>
border-color css
<style>
span { border-color: #F896C3; }
span { border-color: rgb(248,150,195); }
td.TdClassName
{
border-color: #F896C3;
}
.TagClassName
{
border-color: #F896C3;
}
</style>