Shades of Shocking #F895BC
Tints of Shocking #F895BC
RGB
CMYK
RGB Variations
Color information
#F895BC (or 0xF895BC) is known color: Shocking. HEX triplet: F8, 95 and BC. RGB value is (248,149,188). Sum of RGB (Red+Green+Blue) = 248+149+188=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F895BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895BC is #076A43. Grayscale: #B6B6B6. Windows color (decimal): -485956 or 12359160. OLE color: 12359160.
HSL color Cylindrical-coordinate representation of color #F895BC: hue angle of 336.36º 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 #F895BC is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 188 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.03 |
| HSL | 336.36º | 0.88% | 0.78% | - |
| HSV(B) | 336.36º | 0.4% | 0.97% | - |
| XYZ | 58.54 | 45.08 | 53.19 | - |
| YUV | 183.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 188 | 0 | 0.40 | 0.24 | 0.03 | 336.36 | 0.88 | 0.78 |
| Hex | F8 | 95 | BC | 0 | 28 | 18 | 3 | 150 | 58 | 4E |
| Octal | 370 | 225 | 274 | 0 | 50 | 30 | 3 | 520 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10111100 | 0 | 101000 | 11000 | 11 | 101010000 | 1011000 | 1001110 |
Color Harmonies of #F895BC
Complementary color
Monochromatic Colors of #F895BC
Black with #F895BC
Text Example
Text Example
White with #F895BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895BC; }
p { color: rgb(248,149,188); }
H1.HeaderClassName
{
color: #F895BC;
}
.AnyTagClassName
{
color: #F895BC;
}
</style>
background-color css
<style>
a { background-color: #F895BC; }
a { background-color: rgb(248,149,188); }
div.DivClassName
{
background-color: #F895BC;
}
.BgClassName
{
background-color: #F895BC;
}
</style>
border-color css
<style>
span { border-color: #F895BC; }
span { border-color: rgb(248,149,188); }
td.TdClassName
{
border-color: #F895BC;
}
.TagClassName
{
border-color: #F895BC;
}
</style>