Shades of Shocking Pink #F413D4
Tints of Shocking Pink #F413D4
RGB
CMYK
RGB Variations
Color information
#F413D4 (or 0xF413D4) is known color: Shocking Pink. HEX triplet: F4, 13 and D4. RGB value is (244,19,212). Sum of RGB (Red+Green+Blue) = 244+19+212=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F413D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413D4 is #0BEC2B. Grayscale: #6B6B6B. Windows color (decimal): -781356 or 13898740. OLE color: 13898740.
HSL color Cylindrical-coordinate representation of color #F413D4: hue angle of 308.53º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F413D4 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 212 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.04 |
| HSL | 308.53º | 0.91% | 0.52% | - |
| HSV(B) | 308.53º | 0.92% | 0.96% | - |
| XYZ | 49.42 | 24.45 | 64.4 | - |
| YUV | 108.28 | 186.54 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 212 | 0 | 0.92 | 0.13 | 0.04 | 308.53 | 0.91 | 0.52 |
| Hex | F4 | 13 | D4 | 0 | 5C | D | 4 | 135 | 5B | 34 |
| Octal | 364 | 23 | 324 | 0 | 134 | 15 | 4 | 465 | 133 | 64 |
| Binary | 11110100 | 10011 | 11010100 | 0 | 1011100 | 1101 | 100 | 100110101 | 1011011 | 110100 |
Color Harmonies of #F413D4
Complementary color
Monochromatic Colors of #F413D4
Black with #F413D4
Text Example
Text Example
White with #F413D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413D4; }
p { color: rgb(244,19,212); }
H1.HeaderClassName
{
color: #F413D4;
}
.AnyTagClassName
{
color: #F413D4;
}
</style>
background-color css
<style>
a { background-color: #F413D4; }
a { background-color: rgb(244,19,212); }
div.DivClassName
{
background-color: #F413D4;
}
.BgClassName
{
background-color: #F413D4;
}
</style>
border-color css
<style>
span { border-color: #F413D4; }
span { border-color: rgb(244,19,212); }
td.TdClassName
{
border-color: #F413D4;
}
.TagClassName
{
border-color: #F413D4;
}
</style>