Shades of Shocking Pink #F410BA
Tints of Shocking Pink #F410BA
RGB
CMYK
RGB Variations
Color information
#F410BA (or 0xF410BA) is known color: Shocking Pink. HEX triplet: F4, 10 and BA. RGB value is (244,16,186). Sum of RGB (Red+Green+Blue) = 244+16+186=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F410BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410BA is #0BEF45. Grayscale: #676767. Windows color (decimal): -782150 or 12194036. OLE color: 12194036.
HSL color Cylindrical-coordinate representation of color #F410BA: hue angle of 315.26º 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 #F410BA is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 186 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.04 |
| HSL | 315.26º | 0.91% | 0.51% | - |
| HSV(B) | 315.26º | 0.93% | 0.96% | - |
| XYZ | 46.36 | 23.15 | 48.48 | - |
| YUV | 103.55 | 174.54 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 186 | 0 | 0.93 | 0.24 | 0.04 | 315.26 | 0.91 | 0.51 |
| Hex | F4 | 10 | BA | 0 | 5D | 18 | 4 | 13B | 5B | 33 |
| Octal | 364 | 20 | 272 | 0 | 135 | 30 | 4 | 473 | 133 | 63 |
| Binary | 11110100 | 10000 | 10111010 | 0 | 1011101 | 11000 | 100 | 100111011 | 1011011 | 110011 |
Color Harmonies of #F410BA
Complementary color
Monochromatic Colors of #F410BA
Black with #F410BA
Text Example
Text Example
White with #F410BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410BA; }
p { color: rgb(244,16,186); }
H1.HeaderClassName
{
color: #F410BA;
}
.AnyTagClassName
{
color: #F410BA;
}
</style>
background-color css
<style>
a { background-color: #F410BA; }
a { background-color: rgb(244,16,186); }
div.DivClassName
{
background-color: #F410BA;
}
.BgClassName
{
background-color: #F410BA;
}
</style>
border-color css
<style>
span { border-color: #F410BA; }
span { border-color: rgb(244,16,186); }
td.TdClassName
{
border-color: #F410BA;
}
.TagClassName
{
border-color: #F410BA;
}
</style>