Shades of Shocking Pink #F416C7
Tints of Shocking Pink #F416C7
RGB
CMYK
RGB Variations
Color information
#F416C7 (or 0xF416C7) is known color: Shocking Pink. HEX triplet: F4, 16 and C7. RGB value is (244,22,199). Sum of RGB (Red+Green+Blue) = 244+22+199=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F416C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416C7 is #0BE938. Grayscale: #6C6C6C. Windows color (decimal): -780601 or 13047540. OLE color: 13047540.
HSL color Cylindrical-coordinate representation of color #F416C7: hue angle of 312.16º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F416C7 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 199 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.04 |
| HSL | 312.16º | 0.91% | 0.52% | - |
| HSV(B) | 312.16º | 0.91% | 0.96% | - |
| XYZ | 47.9 | 23.93 | 56.13 | - |
| YUV | 108.56 | 179.05 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 199 | 0 | 0.91 | 0.18 | 0.04 | 312.16 | 0.91 | 0.52 |
| Hex | F4 | 16 | C7 | 0 | 5B | 12 | 4 | 138 | 5B | 34 |
| Octal | 364 | 26 | 307 | 0 | 133 | 22 | 4 | 470 | 133 | 64 |
| Binary | 11110100 | 10110 | 11000111 | 0 | 1011011 | 10010 | 100 | 100111000 | 1011011 | 110100 |
Color Harmonies of #F416C7
Complementary color
Monochromatic Colors of #F416C7
Black with #F416C7
Text Example
Text Example
White with #F416C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416C7; }
p { color: rgb(244,22,199); }
H1.HeaderClassName
{
color: #F416C7;
}
.AnyTagClassName
{
color: #F416C7;
}
</style>
background-color css
<style>
a { background-color: #F416C7; }
a { background-color: rgb(244,22,199); }
div.DivClassName
{
background-color: #F416C7;
}
.BgClassName
{
background-color: #F416C7;
}
</style>
border-color css
<style>
span { border-color: #F416C7; }
span { border-color: rgb(244,22,199); }
td.TdClassName
{
border-color: #F416C7;
}
.TagClassName
{
border-color: #F416C7;
}
</style>