Shades of Shocking Pink #F416BD
Tints of Shocking Pink #F416BD
RGB
CMYK
RGB Variations
Color information
#F416BD (or 0xF416BD) is known color: Shocking Pink. HEX triplet: F4, 16 and BD. RGB value is (244,22,189). Sum of RGB (Red+Green+Blue) = 244+22+189=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F416BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F416BD is #0BE942. Grayscale: #6A6A6A. Windows color (decimal): -780611 or 12392180. OLE color: 12392180.
HSL color Cylindrical-coordinate representation of color #F416BD: hue angle of 314.86º 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 #F416BD is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 189 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.04 |
| HSL | 314.86º | 0.91% | 0.52% | - |
| HSV(B) | 314.86º | 0.91% | 0.96% | - |
| XYZ | 46.78 | 23.48 | 50.21 | - |
| YUV | 107.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 189 | 0 | 0.91 | 0.23 | 0.04 | 314.86 | 0.91 | 0.52 |
| Hex | F4 | 16 | BD | 0 | 5B | 17 | 4 | 13B | 5B | 34 |
| Octal | 364 | 26 | 275 | 0 | 133 | 27 | 4 | 473 | 133 | 64 |
| Binary | 11110100 | 10110 | 10111101 | 0 | 1011011 | 10111 | 100 | 100111011 | 1011011 | 110100 |
Color Harmonies of #F416BD
Complementary color
Monochromatic Colors of #F416BD
Black with #F416BD
Text Example
Text Example
White with #F416BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F416BD; }
p { color: rgb(244,22,189); }
H1.HeaderClassName
{
color: #F416BD;
}
.AnyTagClassName
{
color: #F416BD;
}
</style>
background-color css
<style>
a { background-color: #F416BD; }
a { background-color: rgb(244,22,189); }
div.DivClassName
{
background-color: #F416BD;
}
.BgClassName
{
background-color: #F416BD;
}
</style>
border-color css
<style>
span { border-color: #F416BD; }
span { border-color: rgb(244,22,189); }
td.TdClassName
{
border-color: #F416BD;
}
.TagClassName
{
border-color: #F416BD;
}
</style>