Shades of Shocking Pink #F412BB
Tints of Shocking Pink #F412BB
RGB
CMYK
RGB Variations
Color information
#F412BB (or 0xF412BB) is known color: Shocking Pink. HEX triplet: F4, 12 and BB. RGB value is (244,18,187). Sum of RGB (Red+Green+Blue) = 244+18+187=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F412BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F412BB is #0BED44. Grayscale: #686868. Windows color (decimal): -781637 or 12260084. OLE color: 12260084.
HSL color Cylindrical-coordinate representation of color #F412BB: hue angle of 315.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F412BB is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 187 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.04 |
| HSL | 315.13º | 0.91% | 0.51% | - |
| HSV(B) | 315.13º | 0.93% | 0.96% | - |
| XYZ | 46.49 | 23.25 | 49.05 | - |
| YUV | 104.84 | 174.37 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 187 | 0 | 0.93 | 0.23 | 0.04 | 315.13 | 0.91 | 0.51 |
| Hex | F4 | 12 | BB | 0 | 5D | 17 | 4 | 13B | 5B | 33 |
| Octal | 364 | 22 | 273 | 0 | 135 | 27 | 4 | 473 | 133 | 63 |
| Binary | 11110100 | 10010 | 10111011 | 0 | 1011101 | 10111 | 100 | 100111011 | 1011011 | 110011 |
Color Harmonies of #F412BB
Complementary color
Monochromatic Colors of #F412BB
Black with #F412BB
Text Example
Text Example
White with #F412BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412BB; }
p { color: rgb(244,18,187); }
H1.HeaderClassName
{
color: #F412BB;
}
.AnyTagClassName
{
color: #F412BB;
}
</style>
background-color css
<style>
a { background-color: #F412BB; }
a { background-color: rgb(244,18,187); }
div.DivClassName
{
background-color: #F412BB;
}
.BgClassName
{
background-color: #F412BB;
}
</style>
border-color css
<style>
span { border-color: #F412BB; }
span { border-color: rgb(244,18,187); }
td.TdClassName
{
border-color: #F412BB;
}
.TagClassName
{
border-color: #F412BB;
}
</style>