Shades of Shocking Pink #F415B8
Tints of Shocking Pink #F415B8
RGB
CMYK
RGB Variations
Color information
#F415B8 (or 0xF415B8) is known color: Shocking Pink. HEX triplet: F4, 15 and B8. RGB value is (244,21,184). Sum of RGB (Red+Green+Blue) = 244+21+184=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F415B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415B8 is #0BEA47. Grayscale: #696969. Windows color (decimal): -780872 or 12064244. OLE color: 12064244.
HSL color Cylindrical-coordinate representation of color #F415B8: hue angle of 316.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F415B8 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 184 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.04 |
| HSL | 316.14º | 0.91% | 0.52% | - |
| HSV(B) | 316.14º | 0.91% | 0.96% | - |
| XYZ | 46.23 | 23.23 | 47.39 | - |
| YUV | 106.26 | 171.88 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 184 | 0 | 0.91 | 0.25 | 0.04 | 316.14 | 0.91 | 0.52 |
| Hex | F4 | 15 | B8 | 0 | 5B | 19 | 4 | 13C | 5B | 34 |
| Octal | 364 | 25 | 270 | 0 | 133 | 31 | 4 | 474 | 133 | 64 |
| Binary | 11110100 | 10101 | 10111000 | 0 | 1011011 | 11001 | 100 | 100111100 | 1011011 | 110100 |
Color Harmonies of #F415B8
Complementary color
Monochromatic Colors of #F415B8
Black with #F415B8
Text Example
Text Example
White with #F415B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F415B8; }
p { color: rgb(244,21,184); }
H1.HeaderClassName
{
color: #F415B8;
}
.AnyTagClassName
{
color: #F415B8;
}
</style>
background-color css
<style>
a { background-color: #F415B8; }
a { background-color: rgb(244,21,184); }
div.DivClassName
{
background-color: #F415B8;
}
.BgClassName
{
background-color: #F415B8;
}
</style>
border-color css
<style>
span { border-color: #F415B8; }
span { border-color: rgb(244,21,184); }
td.TdClassName
{
border-color: #F415B8;
}
.TagClassName
{
border-color: #F415B8;
}
</style>