Shades of Shocking Pink #F414BD
Tints of Shocking Pink #F414BD
RGB
CMYK
RGB Variations
Color information
#F414BD (or 0xF414BD) is known color: Shocking Pink. HEX triplet: F4, 14 and BD. RGB value is (244,20,189). Sum of RGB (Red+Green+Blue) = 244+20+189=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F414BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414BD is #0BEB42. Grayscale: #696969. Windows color (decimal): -781123 or 12391668. OLE color: 12391668.
HSL color Cylindrical-coordinate representation of color #F414BD: hue angle of 314.73º 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 #F414BD is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 189 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.04 |
| HSL | 314.73º | 0.91% | 0.52% | - |
| HSV(B) | 314.73º | 0.92% | 0.96% | - |
| XYZ | 46.74 | 23.41 | 50.2 | - |
| YUV | 106.24 | 174.71 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 189 | 0 | 0.92 | 0.23 | 0.04 | 314.73 | 0.91 | 0.52 |
| Hex | F4 | 14 | BD | 0 | 5C | 17 | 4 | 13B | 5B | 34 |
| Octal | 364 | 24 | 275 | 0 | 134 | 27 | 4 | 473 | 133 | 64 |
| Binary | 11110100 | 10100 | 10111101 | 0 | 1011100 | 10111 | 100 | 100111011 | 1011011 | 110100 |
Color Harmonies of #F414BD
Complementary color
Monochromatic Colors of #F414BD
Black with #F414BD
Text Example
Text Example
White with #F414BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414BD; }
p { color: rgb(244,20,189); }
H1.HeaderClassName
{
color: #F414BD;
}
.AnyTagClassName
{
color: #F414BD;
}
</style>
background-color css
<style>
a { background-color: #F414BD; }
a { background-color: rgb(244,20,189); }
div.DivClassName
{
background-color: #F414BD;
}
.BgClassName
{
background-color: #F414BD;
}
</style>
border-color css
<style>
span { border-color: #F414BD; }
span { border-color: rgb(244,20,189); }
td.TdClassName
{
border-color: #F414BD;
}
.TagClassName
{
border-color: #F414BD;
}
</style>