Shades of Shocking Pink #F416CC
Tints of Shocking Pink #F416CC
RGB
CMYK
RGB Variations
Color information
#F416CC (or 0xF416CC) is known color: Shocking Pink. HEX triplet: F4, 16 and CC. RGB value is (244,22,204). Sum of RGB (Red+Green+Blue) = 244+22+204=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F416CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416CC is #0BE933. Grayscale: #6C6C6C. Windows color (decimal): -780596 or 13375220. OLE color: 13375220.
HSL color Cylindrical-coordinate representation of color #F416CC: hue angle of 310.81º 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 #F416CC is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 204 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.04 |
| HSL | 310.81º | 0.91% | 0.52% | - |
| HSV(B) | 310.81º | 0.91% | 0.96% | - |
| XYZ | 48.49 | 24.17 | 59.24 | - |
| YUV | 109.13 | 181.55 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 204 | 0 | 0.91 | 0.16 | 0.04 | 310.81 | 0.91 | 0.52 |
| Hex | F4 | 16 | CC | 0 | 5B | 10 | 4 | 137 | 5B | 34 |
| Octal | 364 | 26 | 314 | 0 | 133 | 20 | 4 | 467 | 133 | 64 |
| Binary | 11110100 | 10110 | 11001100 | 0 | 1011011 | 10000 | 100 | 100110111 | 1011011 | 110100 |
Color Harmonies of #F416CC
Complementary color
Monochromatic Colors of #F416CC
Black with #F416CC
Text Example
Text Example
White with #F416CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416CC; }
p { color: rgb(244,22,204); }
H1.HeaderClassName
{
color: #F416CC;
}
.AnyTagClassName
{
color: #F416CC;
}
</style>
background-color css
<style>
a { background-color: #F416CC; }
a { background-color: rgb(244,22,204); }
div.DivClassName
{
background-color: #F416CC;
}
.BgClassName
{
background-color: #F416CC;
}
</style>
border-color css
<style>
span { border-color: #F416CC; }
span { border-color: rgb(244,22,204); }
td.TdClassName
{
border-color: #F416CC;
}
.TagClassName
{
border-color: #F416CC;
}
</style>