Shades of Shocking Pink #F918D5
Tints of Shocking Pink #F918D5
RGB
CMYK
RGB Variations
Color information
#F918D5 (or 0xF918D5) is known color: Shocking Pink. HEX triplet: F9, 18 and D5. RGB value is (249,24,213). Sum of RGB (Red+Green+Blue) = 249+24+213=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F918D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918D5 is #06E72A. Grayscale: #707070. Windows color (decimal): -452395 or 13965561. OLE color: 13965561.
HSL color Cylindrical-coordinate representation of color #F918D5: hue angle of 309.6º 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 #F918D5 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 213 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.02 |
| HSL | 309.6º | 0.95% | 0.54% | - |
| HSV(B) | 309.6º | 0.9% | 0.98% | - |
| XYZ | 51.4 | 25.6 | 65.18 | - |
| YUV | 112.82 | 184.54 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 213 | 0 | 0.90 | 0.14 | 0.02 | 309.6 | 0.95 | 0.54 |
| Hex | F9 | 18 | D5 | 0 | 5A | E | 2 | 136 | 5F | 36 |
| Octal | 371 | 30 | 325 | 0 | 132 | 16 | 2 | 466 | 137 | 66 |
| Binary | 11111001 | 11000 | 11010101 | 0 | 1011010 | 1110 | 10 | 100110110 | 1011111 | 110110 |
Color Harmonies of #F918D5
Complementary color
Monochromatic Colors of #F918D5
Black with #F918D5
Text Example
Text Example
White with #F918D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918D5; }
p { color: rgb(249,24,213); }
H1.HeaderClassName
{
color: #F918D5;
}
.AnyTagClassName
{
color: #F918D5;
}
</style>
background-color css
<style>
a { background-color: #F918D5; }
a { background-color: rgb(249,24,213); }
div.DivClassName
{
background-color: #F918D5;
}
.BgClassName
{
background-color: #F918D5;
}
</style>
border-color css
<style>
span { border-color: #F918D5; }
span { border-color: rgb(249,24,213); }
td.TdClassName
{
border-color: #F918D5;
}
.TagClassName
{
border-color: #F918D5;
}
</style>