Shades of Shocking Pink #F512CA
Tints of Shocking Pink #F512CA
RGB
CMYK
RGB Variations
Color information
#F512CA (or 0xF512CA) is known color: Shocking Pink. HEX triplet: F5, 12 and CA. RGB value is (245,18,202). Sum of RGB (Red+Green+Blue) = 245+18+202=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F512CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F512CA is #0AED35. Grayscale: #6A6A6A. Windows color (decimal): -716086 or 13243125. OLE color: 13243125.
HSL color Cylindrical-coordinate representation of color #F512CA: hue angle of 311.37º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F512CA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 202 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.04 |
| HSL | 311.37º | 0.92% | 0.52% | - |
| HSV(B) | 311.37º | 0.93% | 0.96% | - |
| XYZ | 48.53 | 24.11 | 57.97 | - |
| YUV | 106.85 | 181.71 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 202 | 0 | 0.93 | 0.18 | 0.04 | 311.37 | 0.92 | 0.52 |
| Hex | F5 | 12 | CA | 0 | 5D | 12 | 4 | 137 | 5C | 34 |
| Octal | 365 | 22 | 312 | 0 | 135 | 22 | 4 | 467 | 134 | 64 |
| Binary | 11110101 | 10010 | 11001010 | 0 | 1011101 | 10010 | 100 | 100110111 | 1011100 | 110100 |
Color Harmonies of #F512CA
Complementary color
Monochromatic Colors of #F512CA
Black with #F512CA
Text Example
Text Example
White with #F512CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F512CA; }
p { color: rgb(245,18,202); }
H1.HeaderClassName
{
color: #F512CA;
}
.AnyTagClassName
{
color: #F512CA;
}
</style>
background-color css
<style>
a { background-color: #F512CA; }
a { background-color: rgb(245,18,202); }
div.DivClassName
{
background-color: #F512CA;
}
.BgClassName
{
background-color: #F512CA;
}
</style>
border-color css
<style>
span { border-color: #F512CA; }
span { border-color: rgb(245,18,202); }
td.TdClassName
{
border-color: #F512CA;
}
.TagClassName
{
border-color: #F512CA;
}
</style>