Shades of Shocking Pink #F320CA
Tints of Shocking Pink #F320CA
RGB
CMYK
RGB Variations
Color information
#F320CA (or 0xF320CA) is known color: Shocking Pink. HEX triplet: F3, 20 and CA. RGB value is (243,32,202). Sum of RGB (Red+Green+Blue) = 243+32+202=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F320CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F320CA is #0CDF35. Grayscale: #717171. Windows color (decimal): -843574 or 13246707. OLE color: 13246707.
HSL color Cylindrical-coordinate representation of color #F320CA: hue angle of 311.66º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F320CA is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 202 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.05 |
| HSL | 311.66º | 0.9% | 0.54% | - |
| HSV(B) | 311.66º | 0.87% | 0.95% | - |
| XYZ | 48.14 | 24.35 | 58.04 | - |
| YUV | 114.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 202 | 0 | 0.87 | 0.17 | 0.05 | 311.66 | 0.9 | 0.54 |
| Hex | F3 | 20 | CA | 0 | 57 | 11 | 5 | 138 | 5A | 36 |
| Octal | 363 | 40 | 312 | 0 | 127 | 21 | 5 | 470 | 132 | 66 |
| Binary | 11110011 | 100000 | 11001010 | 0 | 1010111 | 10001 | 101 | 100111000 | 1011010 | 110110 |
Color Harmonies of #F320CA
Complementary color
Monochromatic Colors of #F320CA
Black with #F320CA
Text Example
Text Example
White with #F320CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320CA; }
p { color: rgb(243,32,202); }
H1.HeaderClassName
{
color: #F320CA;
}
.AnyTagClassName
{
color: #F320CA;
}
</style>
background-color css
<style>
a { background-color: #F320CA; }
a { background-color: rgb(243,32,202); }
div.DivClassName
{
background-color: #F320CA;
}
.BgClassName
{
background-color: #F320CA;
}
</style>
border-color css
<style>
span { border-color: #F320CA; }
span { border-color: rgb(243,32,202); }
td.TdClassName
{
border-color: #F320CA;
}
.TagClassName
{
border-color: #F320CA;
}
</style>