Shades of Shocking Pink #F918D4
Tints of Shocking Pink #F918D4
RGB
CMYK
RGB Variations
Color information
#F918D4 (or 0xF918D4) is known color: Shocking Pink. HEX triplet: F9, 18 and D4. RGB value is (249,24,212). Sum of RGB (Red+Green+Blue) = 249+24+212=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F918D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918D4 is #06E72B. Grayscale: #707070. Windows color (decimal): -452396 or 13900025. OLE color: 13900025.
HSL color Cylindrical-coordinate representation of color #F918D4: hue angle of 309.87º 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 #F918D4 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 212 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.02 |
| HSL | 309.87º | 0.95% | 0.54% | - |
| HSV(B) | 309.87º | 0.9% | 0.98% | - |
| XYZ | 51.28 | 25.55 | 64.52 | - |
| YUV | 112.71 | 184.04 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 212 | 0 | 0.90 | 0.15 | 0.02 | 309.87 | 0.95 | 0.54 |
| Hex | F9 | 18 | D4 | 0 | 5A | F | 2 | 136 | 5F | 36 |
| Octal | 371 | 30 | 324 | 0 | 132 | 17 | 2 | 466 | 137 | 66 |
| Binary | 11111001 | 11000 | 11010100 | 0 | 1011010 | 1111 | 10 | 100110110 | 1011111 | 110110 |
Color Harmonies of #F918D4
Complementary color
Monochromatic Colors of #F918D4
Black with #F918D4
Text Example
Text Example
White with #F918D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918D4; }
p { color: rgb(249,24,212); }
H1.HeaderClassName
{
color: #F918D4;
}
.AnyTagClassName
{
color: #F918D4;
}
</style>
background-color css
<style>
a { background-color: #F918D4; }
a { background-color: rgb(249,24,212); }
div.DivClassName
{
background-color: #F918D4;
}
.BgClassName
{
background-color: #F918D4;
}
</style>
border-color css
<style>
span { border-color: #F918D4; }
span { border-color: rgb(249,24,212); }
td.TdClassName
{
border-color: #F918D4;
}
.TagClassName
{
border-color: #F918D4;
}
</style>