Shades of Shocking Pink #F416CA
Tints of Shocking Pink #F416CA
RGB
CMYK
RGB Variations
Color information
#F416CA (or 0xF416CA) is known color: Shocking Pink. HEX triplet: F4, 16 and CA. RGB value is (244,22,202). Sum of RGB (Red+Green+Blue) = 244+22+202=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F416CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416CA is #0BE935. Grayscale: #6C6C6C. Windows color (decimal): -780598 or 13244148. OLE color: 13244148.
HSL color Cylindrical-coordinate representation of color #F416CA: hue angle of 311.35º 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 #F416CA is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 202 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.04 |
| HSL | 311.35º | 0.91% | 0.52% | - |
| HSV(B) | 311.35º | 0.91% | 0.96% | - |
| XYZ | 48.26 | 24.07 | 57.98 | - |
| YUV | 108.9 | 180.55 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 202 | 0 | 0.91 | 0.17 | 0.04 | 311.35 | 0.91 | 0.52 |
| Hex | F4 | 16 | CA | 0 | 5B | 11 | 4 | 137 | 5B | 34 |
| Octal | 364 | 26 | 312 | 0 | 133 | 21 | 4 | 467 | 133 | 64 |
| Binary | 11110100 | 10110 | 11001010 | 0 | 1011011 | 10001 | 100 | 100110111 | 1011011 | 110100 |
Color Harmonies of #F416CA
Complementary color
Monochromatic Colors of #F416CA
Black with #F416CA
Text Example
Text Example
White with #F416CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416CA; }
p { color: rgb(244,22,202); }
H1.HeaderClassName
{
color: #F416CA;
}
.AnyTagClassName
{
color: #F416CA;
}
</style>
background-color css
<style>
a { background-color: #F416CA; }
a { background-color: rgb(244,22,202); }
div.DivClassName
{
background-color: #F416CA;
}
.BgClassName
{
background-color: #F416CA;
}
</style>
border-color css
<style>
span { border-color: #F416CA; }
span { border-color: rgb(244,22,202); }
td.TdClassName
{
border-color: #F416CA;
}
.TagClassName
{
border-color: #F416CA;
}
</style>