Shades of Shocking Pink #F320C7
Tints of Shocking Pink #F320C7
RGB
CMYK
RGB Variations
Color information
#F320C7 (or 0xF320C7) is known color: Shocking Pink. HEX triplet: F3, 20 and C7. RGB value is (243,32,199). Sum of RGB (Red+Green+Blue) = 243+32+199=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F320C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F320C7 is #0CDF38. Grayscale: #717171. Windows color (decimal): -843577 or 13050099. OLE color: 13050099.
HSL color Cylindrical-coordinate representation of color #F320C7: hue angle of 312.51º 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 #F320C7 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.05 |
| HSL | 312.51º | 0.9% | 0.54% | - |
| HSV(B) | 312.51º | 0.87% | 0.95% | - |
| XYZ | 47.79 | 24.21 | 56.19 | - |
| YUV | 114.13 | 175.9 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 199 | 0 | 0.87 | 0.18 | 0.05 | 312.51 | 0.9 | 0.54 |
| Hex | F3 | 20 | C7 | 0 | 57 | 12 | 5 | 139 | 5A | 36 |
| Octal | 363 | 40 | 307 | 0 | 127 | 22 | 5 | 471 | 132 | 66 |
| Binary | 11110011 | 100000 | 11000111 | 0 | 1010111 | 10010 | 101 | 100111001 | 1011010 | 110110 |
Color Harmonies of #F320C7
Complementary color
Monochromatic Colors of #F320C7
Black with #F320C7
Text Example
Text Example
White with #F320C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F320C7; }
p { color: rgb(243,32,199); }
H1.HeaderClassName
{
color: #F320C7;
}
.AnyTagClassName
{
color: #F320C7;
}
</style>
background-color css
<style>
a { background-color: #F320C7; }
a { background-color: rgb(243,32,199); }
div.DivClassName
{
background-color: #F320C7;
}
.BgClassName
{
background-color: #F320C7;
}
</style>
border-color css
<style>
span { border-color: #F320C7; }
span { border-color: rgb(243,32,199); }
td.TdClassName
{
border-color: #F320C7;
}
.TagClassName
{
border-color: #F320C7;
}
</style>