Shades of Shocking Pink #F213D3
Tints of Shocking Pink #F213D3
RGB
CMYK
RGB Variations
Color information
#F213D3 (or 0xF213D3) is known color: Shocking Pink. HEX triplet: F2, 13 and D3. RGB value is (242,19,211). Sum of RGB (Red+Green+Blue) = 242+19+211=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F213D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213D3 is #0DEC2C. Grayscale: #6B6B6B. Windows color (decimal): -912429 or 13833202. OLE color: 13833202.
HSL color Cylindrical-coordinate representation of color #F213D3: hue angle of 308.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213D3 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 211 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.05 |
| HSL | 308.34º | 0.9% | 0.51% | - |
| HSV(B) | 308.34º | 0.92% | 0.95% | - |
| XYZ | 48.61 | 24.05 | 63.71 | - |
| YUV | 107.57 | 186.38 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 211 | 0 | 0.92 | 0.13 | 0.05 | 308.34 | 0.9 | 0.51 |
| Hex | F2 | 13 | D3 | 0 | 5C | D | 5 | 134 | 5A | 33 |
| Octal | 362 | 23 | 323 | 0 | 134 | 15 | 5 | 464 | 132 | 63 |
| Binary | 11110010 | 10011 | 11010011 | 0 | 1011100 | 1101 | 101 | 100110100 | 1011010 | 110011 |
Color Harmonies of #F213D3
Complementary color
Monochromatic Colors of #F213D3
Black with #F213D3
Text Example
Text Example
White with #F213D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213D3; }
p { color: rgb(242,19,211); }
H1.HeaderClassName
{
color: #F213D3;
}
.AnyTagClassName
{
color: #F213D3;
}
</style>
background-color css
<style>
a { background-color: #F213D3; }
a { background-color: rgb(242,19,211); }
div.DivClassName
{
background-color: #F213D3;
}
.BgClassName
{
background-color: #F213D3;
}
</style>
border-color css
<style>
span { border-color: #F213D3; }
span { border-color: rgb(242,19,211); }
td.TdClassName
{
border-color: #F213D3;
}
.TagClassName
{
border-color: #F213D3;
}
</style>