Shades of Shocking Pink #F407B8
Tints of Shocking Pink #F407B8
RGB
CMYK
RGB Variations
Color information
#F407B8 (or 0xF407B8) is known color: Shocking Pink. HEX triplet: F4, 07 and B8. RGB value is (244,7,184). Sum of RGB (Red+Green+Blue) = 244+7+184=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F407B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407B8 is #0BF847. Grayscale: #616161. Windows color (decimal): -784456 or 12060660. OLE color: 12060660.
HSL color Cylindrical-coordinate representation of color #F407B8: hue angle of 315.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407B8 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 184 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.04 |
| HSL | 315.19º | 0.94% | 0.49% | - |
| HSV(B) | 315.19º | 0.97% | 0.96% | - |
| XYZ | 46.04 | 22.85 | 47.33 | - |
| YUV | 98.04 | 176.52 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 184 | 0 | 0.97 | 0.25 | 0.04 | 315.19 | 0.94 | 0.49 |
| Hex | F4 | 7 | B8 | 0 | 61 | 19 | 4 | 13B | 5E | 31 |
| Octal | 364 | 7 | 270 | 0 | 141 | 31 | 4 | 473 | 136 | 61 |
| Binary | 11110100 | 111 | 10111000 | 0 | 1100001 | 11001 | 100 | 100111011 | 1011110 | 110001 |
Color Harmonies of #F407B8
Complementary color
Monochromatic Colors of #F407B8
Black with #F407B8
Text Example
Text Example
White with #F407B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407B8; }
p { color: rgb(244,7,184); }
H1.HeaderClassName
{
color: #F407B8;
}
.AnyTagClassName
{
color: #F407B8;
}
</style>
background-color css
<style>
a { background-color: #F407B8; }
a { background-color: rgb(244,7,184); }
div.DivClassName
{
background-color: #F407B8;
}
.BgClassName
{
background-color: #F407B8;
}
</style>
border-color css
<style>
span { border-color: #F407B8; }
span { border-color: rgb(244,7,184); }
td.TdClassName
{
border-color: #F407B8;
}
.TagClassName
{
border-color: #F407B8;
}
</style>