Shades of Shocking #F895BF
Tints of Shocking #F895BF
RGB
CMYK
RGB Variations
Color information
#F895BF (or 0xF895BF) is known color: Shocking. HEX triplet: F8, 95 and BF. RGB value is (248,149,191). Sum of RGB (Red+Green+Blue) = 248+149+191=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F895BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895BF is #076A40. Grayscale: #B7B7B7. Windows color (decimal): -485953 or 12555768. OLE color: 12555768.
HSL color Cylindrical-coordinate representation of color #F895BF: hue angle of 334.55º 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 #F895BF is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 191 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.03 |
| HSL | 334.55º | 0.88% | 0.78% | - |
| HSV(B) | 334.55º | 0.4% | 0.97% | - |
| XYZ | 58.86 | 45.21 | 54.91 | - |
| YUV | 183.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 191 | 0 | 0.40 | 0.23 | 0.03 | 334.55 | 0.88 | 0.78 |
| Hex | F8 | 95 | BF | 0 | 28 | 17 | 3 | 14F | 58 | 4E |
| Octal | 370 | 225 | 277 | 0 | 50 | 27 | 3 | 517 | 130 | 116 |
| Binary | 11111000 | 10010101 | 10111111 | 0 | 101000 | 10111 | 11 | 101001111 | 1011000 | 1001110 |
Color Harmonies of #F895BF
Complementary color
Monochromatic Colors of #F895BF
Black with #F895BF
Text Example
Text Example
White with #F895BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895BF; }
p { color: rgb(248,149,191); }
H1.HeaderClassName
{
color: #F895BF;
}
.AnyTagClassName
{
color: #F895BF;
}
</style>
background-color css
<style>
a { background-color: #F895BF; }
a { background-color: rgb(248,149,191); }
div.DivClassName
{
background-color: #F895BF;
}
.BgClassName
{
background-color: #F895BF;
}
</style>
border-color css
<style>
span { border-color: #F895BF; }
span { border-color: rgb(248,149,191); }
td.TdClassName
{
border-color: #F895BF;
}
.TagClassName
{
border-color: #F895BF;
}
</style>