Shades of Shocking #F893BB
Tints of Shocking #F893BB
RGB
CMYK
RGB Variations
Color information
#F893BB (or 0xF893BB) is known color: Shocking. HEX triplet: F8, 93 and BB. RGB value is (248,147,187). Sum of RGB (Red+Green+Blue) = 248+147+187=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F893BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893BB is #076C44. Grayscale: #B5B5B5. Windows color (decimal): -486469 or 12293112. OLE color: 12293112.
HSL color Cylindrical-coordinate representation of color #F893BB: hue angle of 336.24º 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 #F893BB is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 187 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.03 |
| HSL | 336.24º | 0.88% | 0.77% | - |
| HSV(B) | 336.24º | 0.41% | 0.97% | - |
| XYZ | 58.11 | 44.41 | 52.52 | - |
| YUV | 181.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 187 | 0 | 0.41 | 0.25 | 0.03 | 336.24 | 0.88 | 0.77 |
| Hex | F8 | 93 | BB | 0 | 29 | 19 | 3 | 150 | 58 | 4D |
| Octal | 370 | 223 | 273 | 0 | 51 | 31 | 3 | 520 | 130 | 115 |
| Binary | 11111000 | 10010011 | 10111011 | 0 | 101001 | 11001 | 11 | 101010000 | 1011000 | 1001101 |
Color Harmonies of #F893BB
Complementary color
Monochromatic Colors of #F893BB
Black with #F893BB
Text Example
Text Example
White with #F893BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893BB; }
p { color: rgb(248,147,187); }
H1.HeaderClassName
{
color: #F893BB;
}
.AnyTagClassName
{
color: #F893BB;
}
</style>
background-color css
<style>
a { background-color: #F893BB; }
a { background-color: rgb(248,147,187); }
div.DivClassName
{
background-color: #F893BB;
}
.BgClassName
{
background-color: #F893BB;
}
</style>
border-color css
<style>
span { border-color: #F893BB; }
span { border-color: rgb(248,147,187); }
td.TdClassName
{
border-color: #F893BB;
}
.TagClassName
{
border-color: #F893BB;
}
</style>