Shades of Shocking Pink #F223C1
Tints of Shocking Pink #F223C1
RGB
CMYK
RGB Variations
Color information
#F223C1 (or 0xF223C1) is known color: Shocking Pink. HEX triplet: F2, 23 and C1. RGB value is (242,35,193). Sum of RGB (Red+Green+Blue) = 242+35+193=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F223C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223C1 is #0DDC3E. Grayscale: #727272. Windows color (decimal): -908351 or 12657650. OLE color: 12657650.
HSL color Cylindrical-coordinate representation of color #F223C1: hue angle of 314.2º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223C1 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 193 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.05 |
| HSL | 314.2º | 0.89% | 0.54% | - |
| HSV(B) | 314.2º | 0.86% | 0.95% | - |
| XYZ | 46.84 | 23.93 | 52.6 | - |
| YUV | 114.91 | 172.08 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 193 | 0 | 0.86 | 0.20 | 0.05 | 314.2 | 0.89 | 0.54 |
| Hex | F2 | 23 | C1 | 0 | 56 | 14 | 5 | 13A | 59 | 36 |
| Octal | 362 | 43 | 301 | 0 | 126 | 24 | 5 | 472 | 131 | 66 |
| Binary | 11110010 | 100011 | 11000001 | 0 | 1010110 | 10100 | 101 | 100111010 | 1011001 | 110110 |
Color Harmonies of #F223C1
Complementary color
Monochromatic Colors of #F223C1
Black with #F223C1
Text Example
Text Example
White with #F223C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F223C1; }
p { color: rgb(242,35,193); }
H1.HeaderClassName
{
color: #F223C1;
}
.AnyTagClassName
{
color: #F223C1;
}
</style>
background-color css
<style>
a { background-color: #F223C1; }
a { background-color: rgb(242,35,193); }
div.DivClassName
{
background-color: #F223C1;
}
.BgClassName
{
background-color: #F223C1;
}
</style>
border-color css
<style>
span { border-color: #F223C1; }
span { border-color: rgb(242,35,193); }
td.TdClassName
{
border-color: #F223C1;
}
.TagClassName
{
border-color: #F223C1;
}
</style>