Shades of Shocking Pink #F020C1
Tints of Shocking Pink #F020C1
RGB
CMYK
RGB Variations
Color information
#F020C1 (or 0xF020C1) is known color: Shocking Pink. HEX triplet: F0, 20 and C1. RGB value is (240,32,193). Sum of RGB (Red+Green+Blue) = 240+32+193=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F020C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F020C1 is #0FDF3E. Grayscale: #707070. Windows color (decimal): -1040191 or 12656880. OLE color: 12656880.
HSL color Cylindrical-coordinate representation of color #F020C1: hue angle of 313.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F020C1 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 193 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.06 |
| HSL | 313.56º | 0.87% | 0.53% | - |
| HSV(B) | 313.56º | 0.87% | 0.94% | - |
| XYZ | 46.08 | 23.41 | 52.54 | - |
| YUV | 112.55 | 173.41 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 193 | 0 | 0.87 | 0.20 | 0.06 | 313.56 | 0.87 | 0.53 |
| Hex | F0 | 20 | C1 | 0 | 57 | 14 | 6 | 13A | 57 | 35 |
| Octal | 360 | 40 | 301 | 0 | 127 | 24 | 6 | 472 | 127 | 65 |
| Binary | 11110000 | 100000 | 11000001 | 0 | 1010111 | 10100 | 110 | 100111010 | 1010111 | 110101 |
Color Harmonies of #F020C1
Complementary color
Monochromatic Colors of #F020C1
Black with #F020C1
Text Example
Text Example
White with #F020C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F020C1; }
p { color: rgb(240,32,193); }
H1.HeaderClassName
{
color: #F020C1;
}
.AnyTagClassName
{
color: #F020C1;
}
</style>
background-color css
<style>
a { background-color: #F020C1; }
a { background-color: rgb(240,32,193); }
div.DivClassName
{
background-color: #F020C1;
}
.BgClassName
{
background-color: #F020C1;
}
</style>
border-color css
<style>
span { border-color: #F020C1; }
span { border-color: rgb(240,32,193); }
td.TdClassName
{
border-color: #F020C1;
}
.TagClassName
{
border-color: #F020C1;
}
</style>