Shades of Shocking Pink #F203C0
Tints of Shocking Pink #F203C0
RGB
CMYK
RGB Variations
Color information
#F203C0 (or 0xF203C0) is known color: Shocking Pink. HEX triplet: F2, 03 and C0. RGB value is (242,3,192). Sum of RGB (Red+Green+Blue) = 242+3+192=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F203C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203C0 is #0DFC3F. Grayscale: #5F5F5F. Windows color (decimal): -916544 or 12583922. OLE color: 12583922.
HSL color Cylindrical-coordinate representation of color #F203C0: hue angle of 312.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F203C0 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.05 |
| HSL | 312.55º | 0.98% | 0.48% | - |
| HSV(B) | 312.55º | 0.99% | 0.95% | - |
| XYZ | 46.16 | 22.75 | 51.83 | - |
| YUV | 96.01 | 182.18 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 192 | 0 | 0.99 | 0.21 | 0.05 | 312.55 | 0.98 | 0.48 |
| Hex | F2 | 3 | C0 | 0 | 63 | 15 | 5 | 139 | 62 | 30 |
| Octal | 362 | 3 | 300 | 0 | 143 | 25 | 5 | 471 | 142 | 60 |
| Binary | 11110010 | 11 | 11000000 | 0 | 1100011 | 10101 | 101 | 100111001 | 1100010 | 110000 |
Color Harmonies of #F203C0
Complementary color
Monochromatic Colors of #F203C0
Black with #F203C0
Text Example
Text Example
White with #F203C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203C0; }
p { color: rgb(242,3,192); }
H1.HeaderClassName
{
color: #F203C0;
}
.AnyTagClassName
{
color: #F203C0;
}
</style>
background-color css
<style>
a { background-color: #F203C0; }
a { background-color: rgb(242,3,192); }
div.DivClassName
{
background-color: #F203C0;
}
.BgClassName
{
background-color: #F203C0;
}
</style>
border-color css
<style>
span { border-color: #F203C0; }
span { border-color: rgb(242,3,192); }
td.TdClassName
{
border-color: #F203C0;
}
.TagClassName
{
border-color: #F203C0;
}
</style>