Shades of Shocking Pink #F918D8
Tints of Shocking Pink #F918D8
RGB
CMYK
RGB Variations
Color information
#F918D8 (or 0xF918D8) is known color: Shocking Pink. HEX triplet: F9, 18 and D8. RGB value is (249,24,216). Sum of RGB (Red+Green+Blue) = 249+24+216=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F918D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918D8 is #06E727. Grayscale: #707070. Windows color (decimal): -452392 or 14162169. OLE color: 14162169.
HSL color Cylindrical-coordinate representation of color #F918D8: hue angle of 308.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918D8 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 216 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.02 |
| HSL | 308.8º | 0.95% | 0.54% | - |
| HSV(B) | 308.8º | 0.9% | 0.98% | - |
| XYZ | 51.79 | 25.75 | 67.21 | - |
| YUV | 113.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 216 | 0 | 0.90 | 0.13 | 0.02 | 308.8 | 0.95 | 0.54 |
| Hex | F9 | 18 | D8 | 0 | 5A | D | 2 | 135 | 5F | 36 |
| Octal | 371 | 30 | 330 | 0 | 132 | 15 | 2 | 465 | 137 | 66 |
| Binary | 11111001 | 11000 | 11011000 | 0 | 1011010 | 1101 | 10 | 100110101 | 1011111 | 110110 |
Color Harmonies of #F918D8
Complementary color
Monochromatic Colors of #F918D8
Black with #F918D8
Text Example
Text Example
White with #F918D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918D8; }
p { color: rgb(249,24,216); }
H1.HeaderClassName
{
color: #F918D8;
}
.AnyTagClassName
{
color: #F918D8;
}
</style>
background-color css
<style>
a { background-color: #F918D8; }
a { background-color: rgb(249,24,216); }
div.DivClassName
{
background-color: #F918D8;
}
.BgClassName
{
background-color: #F918D8;
}
</style>
border-color css
<style>
span { border-color: #F918D8; }
span { border-color: rgb(249,24,216); }
td.TdClassName
{
border-color: #F918D8;
}
.TagClassName
{
border-color: #F918D8;
}
</style>