Shades of Shocking Pink #F413CC
Tints of Shocking Pink #F413CC
RGB
CMYK
RGB Variations
Color information
#F413CC (or 0xF413CC) is known color: Shocking Pink. HEX triplet: F4, 13 and CC. RGB value is (244,19,204). Sum of RGB (Red+Green+Blue) = 244+19+204=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F413CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F413CC is #0BEC33. Grayscale: #6A6A6A. Windows color (decimal): -781364 or 13374452. OLE color: 13374452.
HSL color Cylindrical-coordinate representation of color #F413CC: hue angle of 310.67º 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 #F413CC is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 204 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.04 |
| HSL | 310.67º | 0.91% | 0.52% | - |
| HSV(B) | 310.67º | 0.92% | 0.96% | - |
| XYZ | 48.44 | 24.06 | 59.22 | - |
| YUV | 107.37 | 182.54 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 204 | 0 | 0.92 | 0.16 | 0.04 | 310.67 | 0.91 | 0.52 |
| Hex | F4 | 13 | CC | 0 | 5C | 10 | 4 | 137 | 5B | 34 |
| Octal | 364 | 23 | 314 | 0 | 134 | 20 | 4 | 467 | 133 | 64 |
| Binary | 11110100 | 10011 | 11001100 | 0 | 1011100 | 10000 | 100 | 100110111 | 1011011 | 110100 |
Color Harmonies of #F413CC
Complementary color
Monochromatic Colors of #F413CC
Black with #F413CC
Text Example
Text Example
White with #F413CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F413CC; }
p { color: rgb(244,19,204); }
H1.HeaderClassName
{
color: #F413CC;
}
.AnyTagClassName
{
color: #F413CC;
}
</style>
background-color css
<style>
a { background-color: #F413CC; }
a { background-color: rgb(244,19,204); }
div.DivClassName
{
background-color: #F413CC;
}
.BgClassName
{
background-color: #F413CC;
}
</style>
border-color css
<style>
span { border-color: #F413CC; }
span { border-color: rgb(244,19,204); }
td.TdClassName
{
border-color: #F413CC;
}
.TagClassName
{
border-color: #F413CC;
}
</style>