Shades of Shocking Pink #F402BA
Tints of Shocking Pink #F402BA
RGB
CMYK
RGB Variations
Color information
#F402BA (or 0xF402BA) is known color: Shocking Pink. HEX triplet: F4, 02 and BA. RGB value is (244,2,186). Sum of RGB (Red+Green+Blue) = 244+2+186=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F402BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F402BA is #0BFD45. Grayscale: #5E5E5E. Windows color (decimal): -785734 or 12190452. OLE color: 12190452.
HSL color Cylindrical-coordinate representation of color #F402BA: hue angle of 314.38º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F402BA is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.04 |
| HSL | 314.38º | 0.98% | 0.48% | - |
| HSV(B) | 314.38º | 0.99% | 0.96% | - |
| XYZ | 46.19 | 22.82 | 48.42 | - |
| YUV | 95.33 | 179.17 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 186 | 0 | 0.99 | 0.24 | 0.04 | 314.38 | 0.98 | 0.48 |
| Hex | F4 | 2 | BA | 0 | 63 | 18 | 4 | 13A | 62 | 30 |
| Octal | 364 | 2 | 272 | 0 | 143 | 30 | 4 | 472 | 142 | 60 |
| Binary | 11110100 | 10 | 10111010 | 0 | 1100011 | 11000 | 100 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F402BA
Complementary color
Monochromatic Colors of #F402BA
Black with #F402BA
Text Example
Text Example
White with #F402BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F402BA; }
p { color: rgb(244,2,186); }
H1.HeaderClassName
{
color: #F402BA;
}
.AnyTagClassName
{
color: #F402BA;
}
</style>
background-color css
<style>
a { background-color: #F402BA; }
a { background-color: rgb(244,2,186); }
div.DivClassName
{
background-color: #F402BA;
}
.BgClassName
{
background-color: #F402BA;
}
</style>
border-color css
<style>
span { border-color: #F402BA; }
span { border-color: rgb(244,2,186); }
td.TdClassName
{
border-color: #F402BA;
}
.TagClassName
{
border-color: #F402BA;
}
</style>