Shades of Shocking #F899C1
Tints of Shocking #F899C1
RGB
CMYK
RGB Variations
Color information
#F899C1 (or 0xF899C1) is known color: Shocking. HEX triplet: F8, 99 and C1. RGB value is (248,153,193). Sum of RGB (Red+Green+Blue) = 248+153+193=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F899C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899C1 is #07663E. Grayscale: #B9B9B9. Windows color (decimal): -484927 or 12687864. OLE color: 12687864.
HSL color Cylindrical-coordinate representation of color #F899C1: hue angle of 334.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899C1 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 193 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.03 |
| HSL | 334.74º | 0.87% | 0.79% | - |
| HSV(B) | 334.74º | 0.38% | 0.97% | - |
| XYZ | 59.73 | 46.59 | 56.3 | - |
| YUV | 185.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 193 | 0 | 0.38 | 0.22 | 0.03 | 334.74 | 0.87 | 0.79 |
| Hex | F8 | 99 | C1 | 0 | 26 | 16 | 3 | 14F | 57 | 4F |
| Octal | 370 | 231 | 301 | 0 | 46 | 26 | 3 | 517 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11000001 | 0 | 100110 | 10110 | 11 | 101001111 | 1010111 | 1001111 |
Color Harmonies of #F899C1
Complementary color
Monochromatic Colors of #F899C1
Black with #F899C1
Text Example
Text Example
White with #F899C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899C1; }
p { color: rgb(248,153,193); }
H1.HeaderClassName
{
color: #F899C1;
}
.AnyTagClassName
{
color: #F899C1;
}
</style>
background-color css
<style>
a { background-color: #F899C1; }
a { background-color: rgb(248,153,193); }
div.DivClassName
{
background-color: #F899C1;
}
.BgClassName
{
background-color: #F899C1;
}
</style>
border-color css
<style>
span { border-color: #F899C1; }
span { border-color: rgb(248,153,193); }
td.TdClassName
{
border-color: #F899C1;
}
.TagClassName
{
border-color: #F899C1;
}
</style>