Shades of Shocking Pink #F415D0
Tints of Shocking Pink #F415D0
RGB
CMYK
RGB Variations
Color information
#F415D0 (or 0xF415D0) is known color: Shocking Pink. HEX triplet: F4, 15 and D0. RGB value is (244,21,208). Sum of RGB (Red+Green+Blue) = 244+21+208=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F415D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415D0 is #0BEA2F. Grayscale: #6C6C6C. Windows color (decimal): -780848 or 13637108. OLE color: 13637108.
HSL color Cylindrical-coordinate representation of color #F415D0: hue angle of 309.69º 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 #F415D0 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 208 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.04 |
| HSL | 309.69º | 0.91% | 0.52% | - |
| HSV(B) | 309.69º | 0.91% | 0.96% | - |
| XYZ | 48.96 | 24.32 | 61.79 | - |
| YUV | 109 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 208 | 0 | 0.91 | 0.15 | 0.04 | 309.69 | 0.91 | 0.52 |
| Hex | F4 | 15 | D0 | 0 | 5B | F | 4 | 136 | 5B | 34 |
| Octal | 364 | 25 | 320 | 0 | 133 | 17 | 4 | 466 | 133 | 64 |
| Binary | 11110100 | 10101 | 11010000 | 0 | 1011011 | 1111 | 100 | 100110110 | 1011011 | 110100 |
Color Harmonies of #F415D0
Complementary color
Monochromatic Colors of #F415D0
Black with #F415D0
Text Example
Text Example
White with #F415D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F415D0; }
p { color: rgb(244,21,208); }
H1.HeaderClassName
{
color: #F415D0;
}
.AnyTagClassName
{
color: #F415D0;
}
</style>
background-color css
<style>
a { background-color: #F415D0; }
a { background-color: rgb(244,21,208); }
div.DivClassName
{
background-color: #F415D0;
}
.BgClassName
{
background-color: #F415D0;
}
</style>
border-color css
<style>
span { border-color: #F415D0; }
span { border-color: rgb(244,21,208); }
td.TdClassName
{
border-color: #F415D0;
}
.TagClassName
{
border-color: #F415D0;
}
</style>