Shades of Shocking Pink #F50CCA
Tints of Shocking Pink #F50CCA
RGB
CMYK
RGB Variations
Color information
#F50CCA (or 0xF50CCA) is known color: Shocking Pink. HEX triplet: F5, 0C and CA. RGB value is (245,12,202). Sum of RGB (Red+Green+Blue) = 245+12+202=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CCA is #0AF335. Grayscale: #666666. Windows color (decimal): -717622 or 13241589. OLE color: 13241589.
HSL color Cylindrical-coordinate representation of color #F50CCA: hue angle of 311.07º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CCA is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.04 |
| HSL | 311.07º | 0.92% | 0.5% | - |
| HSV(B) | 311.07º | 0.95% | 0.96% | - |
| XYZ | 48.45 | 23.94 | 57.94 | - |
| YUV | 103.33 | 183.69 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 12 | 202 | 0 | 0.95 | 0.18 | 0.04 | 311.07 | 0.92 | 0.5 |
| Hex | F5 | C | CA | 0 | 5F | 12 | 4 | 137 | 5C | 32 |
| Octal | 365 | 14 | 312 | 0 | 137 | 22 | 4 | 467 | 134 | 62 |
| Binary | 11110101 | 1100 | 11001010 | 0 | 1011111 | 10010 | 100 | 100110111 | 1011100 | 110010 |
Color Harmonies of #F50CCA
Complementary color
Monochromatic Colors of #F50CCA
Black with #F50CCA
Text Example
Text Example
White with #F50CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50CCA; }
p { color: rgb(245,12,202); }
H1.HeaderClassName
{
color: #F50CCA;
}
.AnyTagClassName
{
color: #F50CCA;
}
</style>
background-color css
<style>
a { background-color: #F50CCA; }
a { background-color: rgb(245,12,202); }
div.DivClassName
{
background-color: #F50CCA;
}
.BgClassName
{
background-color: #F50CCA;
}
</style>
border-color css
<style>
span { border-color: #F50CCA; }
span { border-color: rgb(245,12,202); }
td.TdClassName
{
border-color: #F50CCA;
}
.TagClassName
{
border-color: #F50CCA;
}
</style>