Shades of Shocking #F893C1
Tints of Shocking #F893C1
RGB
CMYK
RGB Variations
Color information
#F893C1 (or 0xF893C1) is known color: Shocking. HEX triplet: F8, 93 and C1. RGB value is (248,147,193). Sum of RGB (Red+Green+Blue) = 248+147+193=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F893C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893C1 is #076C3E. Grayscale: #B6B6B6. Windows color (decimal): -486463 or 12686328. OLE color: 12686328.
HSL color Cylindrical-coordinate representation of color #F893C1: hue angle of 332.67º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893C1 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 193 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.03 |
| HSL | 332.67º | 0.88% | 0.77% | - |
| HSV(B) | 332.67º | 0.41% | 0.97% | - |
| XYZ | 58.77 | 44.67 | 55.98 | - |
| YUV | 182.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 193 | 0 | 0.41 | 0.22 | 0.03 | 332.67 | 0.88 | 0.77 |
| Hex | F8 | 93 | C1 | 0 | 29 | 16 | 3 | 14D | 58 | 4D |
| Octal | 370 | 223 | 301 | 0 | 51 | 26 | 3 | 515 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11000001 | 0 | 101001 | 10110 | 11 | 101001101 | 1011000 | 1001101 |
Color Harmonies of #F893C1
Complementary color
Monochromatic Colors of #F893C1
Black with #F893C1
Text Example
Text Example
White with #F893C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893C1; }
p { color: rgb(248,147,193); }
H1.HeaderClassName
{
color: #F893C1;
}
.AnyTagClassName
{
color: #F893C1;
}
</style>
background-color css
<style>
a { background-color: #F893C1; }
a { background-color: rgb(248,147,193); }
div.DivClassName
{
background-color: #F893C1;
}
.BgClassName
{
background-color: #F893C1;
}
</style>
border-color css
<style>
span { border-color: #F893C1; }
span { border-color: rgb(248,147,193); }
td.TdClassName
{
border-color: #F893C1;
}
.TagClassName
{
border-color: #F893C1;
}
</style>