Shades of Shocking Pink #F413CA
Tints of Shocking Pink #F413CA
RGB
CMYK
RGB Variations
Color information
#F413CA (or 0xF413CA) is known color: Shocking Pink. HEX triplet: F4, 13 and CA. RGB value is (244,19,202). Sum of RGB (Red+Green+Blue) = 244+19+202=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F413CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413CA is #0BEC35. Grayscale: #6A6A6A. Windows color (decimal): -781366 or 13243380. OLE color: 13243380.
HSL color Cylindrical-coordinate representation of color #F413CA: hue angle of 311.2º 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 #F413CA is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 202 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.04 |
| HSL | 311.2º | 0.91% | 0.52% | - |
| HSV(B) | 311.2º | 0.92% | 0.96% | - |
| XYZ | 48.2 | 23.96 | 57.96 | - |
| YUV | 107.14 | 181.54 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 202 | 0 | 0.92 | 0.17 | 0.04 | 311.2 | 0.91 | 0.52 |
| Hex | F4 | 13 | CA | 0 | 5C | 11 | 4 | 137 | 5B | 34 |
| Octal | 364 | 23 | 312 | 0 | 134 | 21 | 4 | 467 | 133 | 64 |
| Binary | 11110100 | 10011 | 11001010 | 0 | 1011100 | 10001 | 100 | 100110111 | 1011011 | 110100 |
Color Harmonies of #F413CA
Complementary color
Monochromatic Colors of #F413CA
Black with #F413CA
Text Example
Text Example
White with #F413CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413CA; }
p { color: rgb(244,19,202); }
H1.HeaderClassName
{
color: #F413CA;
}
.AnyTagClassName
{
color: #F413CA;
}
</style>
background-color css
<style>
a { background-color: #F413CA; }
a { background-color: rgb(244,19,202); }
div.DivClassName
{
background-color: #F413CA;
}
.BgClassName
{
background-color: #F413CA;
}
</style>
border-color css
<style>
span { border-color: #F413CA; }
span { border-color: rgb(244,19,202); }
td.TdClassName
{
border-color: #F413CA;
}
.TagClassName
{
border-color: #F413CA;
}
</style>