Shades of Shocking #F89ABC
Tints of Shocking #F89ABC
RGB
CMYK
RGB Variations
Color information
#F89ABC (or 0xF89ABC) is known color: Shocking. HEX triplet: F8, 9A and BC. RGB value is (248,154,188). Sum of RGB (Red+Green+Blue) = 248+154+188=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ABC is #076543. Grayscale: #B9B9B9. Windows color (decimal): -484676 or 12360440. OLE color: 12360440.
HSL color Cylindrical-coordinate representation of color #F89ABC: hue angle of 338.3º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89ABC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 188 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.03 |
| HSL | 338.3º | 0.87% | 0.79% | - |
| HSV(B) | 338.3º | 0.38% | 0.97% | - |
| XYZ | 59.34 | 46.7 | 53.46 | - |
| YUV | 185.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 188 | 0 | 0.38 | 0.24 | 0.03 | 338.3 | 0.87 | 0.79 |
| Hex | F8 | 9A | BC | 0 | 26 | 18 | 3 | 152 | 57 | 4F |
| Octal | 370 | 232 | 274 | 0 | 46 | 30 | 3 | 522 | 127 | 117 |
| Binary | 11111000 | 10011010 | 10111100 | 0 | 100110 | 11000 | 11 | 101010010 | 1010111 | 1001111 |
Color Harmonies of #F89ABC
Complementary color
Monochromatic Colors of #F89ABC
Black with #F89ABC
Text Example
Text Example
White with #F89ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ABC; }
p { color: rgb(248,154,188); }
H1.HeaderClassName
{
color: #F89ABC;
}
.AnyTagClassName
{
color: #F89ABC;
}
</style>
background-color css
<style>
a { background-color: #F89ABC; }
a { background-color: rgb(248,154,188); }
div.DivClassName
{
background-color: #F89ABC;
}
.BgClassName
{
background-color: #F89ABC;
}
</style>
border-color css
<style>
span { border-color: #F89ABC; }
span { border-color: rgb(248,154,188); }
td.TdClassName
{
border-color: #F89ABC;
}
.TagClassName
{
border-color: #F89ABC;
}
</style>