Shades of Shocking Pink #F621C0
Tints of Shocking Pink #F621C0
RGB
CMYK
RGB Variations
Color information
#F621C0 (or 0xF621C0) is known color: Shocking Pink. HEX triplet: F6, 21 and C0. RGB value is (246,33,192). Sum of RGB (Red+Green+Blue) = 246+33+192=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F621C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F621C0 is #09DE3F. Grayscale: #727272. Windows color (decimal): -646720 or 12591606. OLE color: 12591606.
HSL color Cylindrical-coordinate representation of color #F621C0: hue angle of 315.21º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F621C0 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 192 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.04 |
| HSL | 315.21º | 0.92% | 0.55% | - |
| HSV(B) | 315.21º | 0.87% | 0.96% | - |
| XYZ | 48.06 | 24.49 | 52.06 | - |
| YUV | 114.81 | 171.57 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 192 | 0 | 0.87 | 0.22 | 0.04 | 315.21 | 0.92 | 0.55 |
| Hex | F6 | 21 | C0 | 0 | 57 | 16 | 4 | 13B | 5C | 37 |
| Octal | 366 | 41 | 300 | 0 | 127 | 26 | 4 | 473 | 134 | 67 |
| Binary | 11110110 | 100001 | 11000000 | 0 | 1010111 | 10110 | 100 | 100111011 | 1011100 | 110111 |
Color Harmonies of #F621C0
Complementary color
Monochromatic Colors of #F621C0
Black with #F621C0
Text Example
Text Example
White with #F621C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F621C0; }
p { color: rgb(246,33,192); }
H1.HeaderClassName
{
color: #F621C0;
}
.AnyTagClassName
{
color: #F621C0;
}
</style>
background-color css
<style>
a { background-color: #F621C0; }
a { background-color: rgb(246,33,192); }
div.DivClassName
{
background-color: #F621C0;
}
.BgClassName
{
background-color: #F621C0;
}
</style>
border-color css
<style>
span { border-color: #F621C0; }
span { border-color: rgb(246,33,192); }
td.TdClassName
{
border-color: #F621C0;
}
.TagClassName
{
border-color: #F621C0;
}
</style>