Shades of Shocking Pink #FF20C2
Tints of Shocking Pink #FF20C2
RGB
CMYK
RGB Variations
Color information
#FF20C2 (or 0xFF20C2) is known color: Shocking Pink. HEX triplet: FF, 20 and C2. RGB value is (255,32,194). Sum of RGB (Red+Green+Blue) = 255+32+194=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20C2 is #00DF3D. Grayscale: #747474. Windows color (decimal): -57150 or 12722431. OLE color: 12722431.
HSL color Cylindrical-coordinate representation of color #FF20C2: hue angle of 316.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20C2 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 194 | - |
| CMYK | 0 | 0.87 | 0.24 | 0 |
| HSL | 316.41º | 1% | 0.56% | - |
| HSV(B) | 316.41º | 0.87% | 1% | - |
| XYZ | 51.49 | 26.19 | 53.38 | - |
| YUV | 117.15 | 171.38 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 194 | 0 | 0.87 | 0.24 | 0 | 316.41 | 1 | 0.56 |
| Hex | FF | 20 | C2 | 0 | 57 | 18 | 0 | 13C | 64 | 38 |
| Octal | 377 | 40 | 302 | 0 | 127 | 30 | 0 | 474 | 144 | 70 |
| Binary | 11111111 | 100000 | 11000010 | 0 | 1010111 | 11000 | 0 | 100111100 | 1100100 | 111000 |
Color Harmonies of #FF20C2
Complementary color
Monochromatic Colors of #FF20C2
Black with #FF20C2
Text Example
Text Example
White with #FF20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20C2; }
p { color: rgb(255,32,194); }
H1.HeaderClassName
{
color: #FF20C2;
}
.AnyTagClassName
{
color: #FF20C2;
}
</style>
background-color css
<style>
a { background-color: #FF20C2; }
a { background-color: rgb(255,32,194); }
div.DivClassName
{
background-color: #FF20C2;
}
.BgClassName
{
background-color: #FF20C2;
}
</style>
border-color css
<style>
span { border-color: #FF20C2; }
span { border-color: rgb(255,32,194); }
td.TdClassName
{
border-color: #FF20C2;
}
.TagClassName
{
border-color: #FF20C2;
}
</style>