Shades of Shocking Pink #F402B8
Tints of Shocking Pink #F402B8
RGB
CMYK
RGB Variations
Color information
#F402B8 (or 0xF402B8) is known color: Shocking Pink. HEX triplet: F4, 02 and B8. RGB value is (244,2,184). Sum of RGB (Red+Green+Blue) = 244+2+184=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F402B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F402B8 is #0BFD47. Grayscale: #5E5E5E. Windows color (decimal): -785736 or 12059380. OLE color: 12059380.
HSL color Cylindrical-coordinate representation of color #F402B8: hue angle of 314.88º 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 #F402B8 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 184 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.04 |
| HSL | 314.88º | 0.98% | 0.48% | - |
| HSV(B) | 314.88º | 0.99% | 0.96% | - |
| XYZ | 45.98 | 22.74 | 47.31 | - |
| YUV | 95.11 | 178.17 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 184 | 0 | 0.99 | 0.25 | 0.04 | 314.88 | 0.98 | 0.48 |
| Hex | F4 | 2 | B8 | 0 | 63 | 19 | 4 | 13B | 62 | 30 |
| Octal | 364 | 2 | 270 | 0 | 143 | 31 | 4 | 473 | 142 | 60 |
| Binary | 11110100 | 10 | 10111000 | 0 | 1100011 | 11001 | 100 | 100111011 | 1100010 | 110000 |
Color Harmonies of #F402B8
Complementary color
Monochromatic Colors of #F402B8
Black with #F402B8
Text Example
Text Example
White with #F402B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F402B8; }
p { color: rgb(244,2,184); }
H1.HeaderClassName
{
color: #F402B8;
}
.AnyTagClassName
{
color: #F402B8;
}
</style>
background-color css
<style>
a { background-color: #F402B8; }
a { background-color: rgb(244,2,184); }
div.DivClassName
{
background-color: #F402B8;
}
.BgClassName
{
background-color: #F402B8;
}
</style>
border-color css
<style>
span { border-color: #F402B8; }
span { border-color: rgb(244,2,184); }
td.TdClassName
{
border-color: #F402B8;
}
.TagClassName
{
border-color: #F402B8;
}
</style>