Shades of Shocking Pink #F414BB
Tints of Shocking Pink #F414BB
RGB
CMYK
RGB Variations
Color information
#F414BB (or 0xF414BB) is known color: Shocking Pink. HEX triplet: F4, 14 and BB. RGB value is (244,20,187). Sum of RGB (Red+Green+Blue) = 244+20+187=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F414BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414BB is #0BEB44. Grayscale: #696969. Windows color (decimal): -781125 or 12260596. OLE color: 12260596.
HSL color Cylindrical-coordinate representation of color #F414BB: hue angle of 315.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414BB is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.04 |
| HSL | 315.27º | 0.91% | 0.52% | - |
| HSV(B) | 315.27º | 0.92% | 0.96% | - |
| XYZ | 46.53 | 23.32 | 49.06 | - |
| YUV | 106.01 | 173.71 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 187 | 0 | 0.92 | 0.23 | 0.04 | 315.27 | 0.91 | 0.52 |
| Hex | F4 | 14 | BB | 0 | 5C | 17 | 4 | 13B | 5B | 34 |
| Octal | 364 | 24 | 273 | 0 | 134 | 27 | 4 | 473 | 133 | 64 |
| Binary | 11110100 | 10100 | 10111011 | 0 | 1011100 | 10111 | 100 | 100111011 | 1011011 | 110100 |
Color Harmonies of #F414BB
Complementary color
Monochromatic Colors of #F414BB
Black with #F414BB
Text Example
Text Example
White with #F414BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414BB; }
p { color: rgb(244,20,187); }
H1.HeaderClassName
{
color: #F414BB;
}
.AnyTagClassName
{
color: #F414BB;
}
</style>
background-color css
<style>
a { background-color: #F414BB; }
a { background-color: rgb(244,20,187); }
div.DivClassName
{
background-color: #F414BB;
}
.BgClassName
{
background-color: #F414BB;
}
</style>
border-color css
<style>
span { border-color: #F414BB; }
span { border-color: rgb(244,20,187); }
td.TdClassName
{
border-color: #F414BB;
}
.TagClassName
{
border-color: #F414BB;
}
</style>