Shades of Shocking #F894BD
Tints of Shocking #F894BD
RGB
CMYK
RGB Variations
Color information
#F894BD (or 0xF894BD) is known color: Shocking. HEX triplet: F8, 94 and BD. RGB value is (248,148,189). Sum of RGB (Red+Green+Blue) = 248+148+189=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F894BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894BD is #076B42. Grayscale: #B6B6B6. Windows color (decimal): -486211 or 12424440. OLE color: 12424440.
HSL color Cylindrical-coordinate representation of color #F894BD: hue angle of 335.4º 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 #F894BD is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 189 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.03 |
| HSL | 335.4º | 0.88% | 0.78% | - |
| HSV(B) | 335.4º | 0.4% | 0.97% | - |
| XYZ | 58.49 | 44.81 | 53.71 | - |
| YUV | 182.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 189 | 0 | 0.40 | 0.24 | 0.03 | 335.4 | 0.88 | 0.78 |
| Hex | F8 | 94 | BD | 0 | 28 | 18 | 3 | 14F | 58 | 4E |
| Octal | 370 | 224 | 275 | 0 | 50 | 30 | 3 | 517 | 130 | 116 |
| Binary | 11111000 | 10010100 | 10111101 | 0 | 101000 | 11000 | 11 | 101001111 | 1011000 | 1001110 |
Color Harmonies of #F894BD
Complementary color
Monochromatic Colors of #F894BD
Black with #F894BD
Text Example
Text Example
White with #F894BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894BD; }
p { color: rgb(248,148,189); }
H1.HeaderClassName
{
color: #F894BD;
}
.AnyTagClassName
{
color: #F894BD;
}
</style>
background-color css
<style>
a { background-color: #F894BD; }
a { background-color: rgb(248,148,189); }
div.DivClassName
{
background-color: #F894BD;
}
.BgClassName
{
background-color: #F894BD;
}
</style>
border-color css
<style>
span { border-color: #F894BD; }
span { border-color: rgb(248,148,189); }
td.TdClassName
{
border-color: #F894BD;
}
.TagClassName
{
border-color: #F894BD;
}
</style>