Shades of Shocking #F893BC
Tints of Shocking #F893BC
RGB
CMYK
RGB Variations
Color information
#F893BC (or 0xF893BC) is known color: Shocking. HEX triplet: F8, 93 and BC. RGB value is (248,147,188). Sum of RGB (Red+Green+Blue) = 248+147+188=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F893BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893BC is #076C43. Grayscale: #B5B5B5. Windows color (decimal): -486468 or 12358648. OLE color: 12358648.
HSL color Cylindrical-coordinate representation of color #F893BC: hue angle of 335.64º 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 #F893BC is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 188 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.03 |
| HSL | 335.64º | 0.88% | 0.77% | - |
| HSV(B) | 335.64º | 0.41% | 0.97% | - |
| XYZ | 58.22 | 44.45 | 53.09 | - |
| YUV | 181.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 188 | 0 | 0.41 | 0.24 | 0.03 | 335.64 | 0.88 | 0.77 |
| Hex | F8 | 93 | BC | 0 | 29 | 18 | 3 | 150 | 58 | 4D |
| Octal | 370 | 223 | 274 | 0 | 51 | 30 | 3 | 520 | 130 | 115 |
| Binary | 11111000 | 10010011 | 10111100 | 0 | 101001 | 11000 | 11 | 101010000 | 1011000 | 1001101 |
Color Harmonies of #F893BC
Complementary color
Monochromatic Colors of #F893BC
Black with #F893BC
Text Example
Text Example
White with #F893BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893BC; }
p { color: rgb(248,147,188); }
H1.HeaderClassName
{
color: #F893BC;
}
.AnyTagClassName
{
color: #F893BC;
}
</style>
background-color css
<style>
a { background-color: #F893BC; }
a { background-color: rgb(248,147,188); }
div.DivClassName
{
background-color: #F893BC;
}
.BgClassName
{
background-color: #F893BC;
}
</style>
border-color css
<style>
span { border-color: #F893BC; }
span { border-color: rgb(248,147,188); }
td.TdClassName
{
border-color: #F893BC;
}
.TagClassName
{
border-color: #F893BC;
}
</style>