Shades of Shocking Pink #F918D7
Tints of Shocking Pink #F918D7
RGB
CMYK
RGB Variations
Color information
#F918D7 (or 0xF918D7) is known color: Shocking Pink. HEX triplet: F9, 18 and D7. RGB value is (249,24,215). Sum of RGB (Red+Green+Blue) = 249+24+215=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F918D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918D7 is #06E728. Grayscale: #707070. Windows color (decimal): -452393 or 14096633. OLE color: 14096633.
HSL color Cylindrical-coordinate representation of color #F918D7: hue angle of 309.07º 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 #F918D7 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 215 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.02 |
| HSL | 309.07º | 0.95% | 0.54% | - |
| HSV(B) | 309.07º | 0.9% | 0.98% | - |
| XYZ | 51.66 | 25.7 | 66.53 | - |
| YUV | 113.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 215 | 0 | 0.90 | 0.14 | 0.02 | 309.07 | 0.95 | 0.54 |
| Hex | F9 | 18 | D7 | 0 | 5A | E | 2 | 135 | 5F | 36 |
| Octal | 371 | 30 | 327 | 0 | 132 | 16 | 2 | 465 | 137 | 66 |
| Binary | 11111001 | 11000 | 11010111 | 0 | 1011010 | 1110 | 10 | 100110101 | 1011111 | 110110 |
Color Harmonies of #F918D7
Complementary color
Monochromatic Colors of #F918D7
Black with #F918D7
Text Example
Text Example
White with #F918D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918D7; }
p { color: rgb(249,24,215); }
H1.HeaderClassName
{
color: #F918D7;
}
.AnyTagClassName
{
color: #F918D7;
}
</style>
background-color css
<style>
a { background-color: #F918D7; }
a { background-color: rgb(249,24,215); }
div.DivClassName
{
background-color: #F918D7;
}
.BgClassName
{
background-color: #F918D7;
}
</style>
border-color css
<style>
span { border-color: #F918D7; }
span { border-color: rgb(249,24,215); }
td.TdClassName
{
border-color: #F918D7;
}
.TagClassName
{
border-color: #F918D7;
}
</style>