Shades of Shocking Pink #F405B8
Tints of Shocking Pink #F405B8
RGB
CMYK
RGB Variations
Color information
#F405B8 (or 0xF405B8) is known color: Shocking Pink. HEX triplet: F4, 05 and B8. RGB value is (244,5,184). Sum of RGB (Red+Green+Blue) = 244+5+184=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F405B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405B8 is #0BFA47. Grayscale: #606060. Windows color (decimal): -784968 or 12060148. OLE color: 12060148.
HSL color Cylindrical-coordinate representation of color #F405B8: hue angle of 315.06º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405B8 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 184 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.04 |
| HSL | 315.06º | 0.96% | 0.49% | - |
| HSV(B) | 315.06º | 0.98% | 0.96% | - |
| XYZ | 46.01 | 22.8 | 47.32 | - |
| YUV | 96.87 | 177.18 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 184 | 0 | 0.98 | 0.25 | 0.04 | 315.06 | 0.96 | 0.49 |
| Hex | F4 | 5 | B8 | 0 | 62 | 19 | 4 | 13B | 60 | 31 |
| Octal | 364 | 5 | 270 | 0 | 142 | 31 | 4 | 473 | 140 | 61 |
| Binary | 11110100 | 101 | 10111000 | 0 | 1100010 | 11001 | 100 | 100111011 | 1100000 | 110001 |
Color Harmonies of #F405B8
Complementary color
Monochromatic Colors of #F405B8
Black with #F405B8
Text Example
Text Example
White with #F405B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405B8; }
p { color: rgb(244,5,184); }
H1.HeaderClassName
{
color: #F405B8;
}
.AnyTagClassName
{
color: #F405B8;
}
</style>
background-color css
<style>
a { background-color: #F405B8; }
a { background-color: rgb(244,5,184); }
div.DivClassName
{
background-color: #F405B8;
}
.BgClassName
{
background-color: #F405B8;
}
</style>
border-color css
<style>
span { border-color: #F405B8; }
span { border-color: rgb(244,5,184); }
td.TdClassName
{
border-color: #F405B8;
}
.TagClassName
{
border-color: #F405B8;
}
</style>