Shades of Shocking Pink #F416BB
Tints of Shocking Pink #F416BB
RGB
CMYK
RGB Variations
Color information
#F416BB (or 0xF416BB) is known color: Shocking Pink. HEX triplet: F4, 16 and BB. RGB value is (244,22,187). Sum of RGB (Red+Green+Blue) = 244+22+187=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F416BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416BB is #0BE944. Grayscale: #6A6A6A. Windows color (decimal): -780613 or 12261108. OLE color: 12261108.
HSL color Cylindrical-coordinate representation of color #F416BB: hue angle of 315.41º 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 #F416BB is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 187 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.04 |
| HSL | 315.41º | 0.91% | 0.52% | - |
| HSV(B) | 315.41º | 0.91% | 0.96% | - |
| XYZ | 46.56 | 23.39 | 49.08 | - |
| YUV | 107.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 187 | 0 | 0.91 | 0.23 | 0.04 | 315.41 | 0.91 | 0.52 |
| Hex | F4 | 16 | BB | 0 | 5B | 17 | 4 | 13B | 5B | 34 |
| Octal | 364 | 26 | 273 | 0 | 133 | 27 | 4 | 473 | 133 | 64 |
| Binary | 11110100 | 10110 | 10111011 | 0 | 1011011 | 10111 | 100 | 100111011 | 1011011 | 110100 |
Color Harmonies of #F416BB
Complementary color
Monochromatic Colors of #F416BB
Black with #F416BB
Text Example
Text Example
White with #F416BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416BB; }
p { color: rgb(244,22,187); }
H1.HeaderClassName
{
color: #F416BB;
}
.AnyTagClassName
{
color: #F416BB;
}
</style>
background-color css
<style>
a { background-color: #F416BB; }
a { background-color: rgb(244,22,187); }
div.DivClassName
{
background-color: #F416BB;
}
.BgClassName
{
background-color: #F416BB;
}
</style>
border-color css
<style>
span { border-color: #F416BB; }
span { border-color: rgb(244,22,187); }
td.TdClassName
{
border-color: #F416BB;
}
.TagClassName
{
border-color: #F416BB;
}
</style>