Shades of Shocking Pink #F213D0
Tints of Shocking Pink #F213D0
RGB
CMYK
RGB Variations
Color information
#F213D0 (or 0xF213D0) is known color: Shocking Pink. HEX triplet: F2, 13 and D0. RGB value is (242,19,208). Sum of RGB (Red+Green+Blue) = 242+19+208=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F213D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F213D0 is #0DEC2F. Grayscale: #6A6A6A. Windows color (decimal): -912432 or 13636594. OLE color: 13636594.
HSL color Cylindrical-coordinate representation of color #F213D0: hue angle of 309.15º 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 #F213D0 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 208 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.05 |
| HSL | 309.15º | 0.9% | 0.51% | - |
| HSV(B) | 309.15º | 0.92% | 0.95% | - |
| XYZ | 48.24 | 23.9 | 61.74 | - |
| YUV | 107.22 | 184.88 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 208 | 0 | 0.92 | 0.14 | 0.05 | 309.15 | 0.9 | 0.51 |
| Hex | F2 | 13 | D0 | 0 | 5C | E | 5 | 135 | 5A | 33 |
| Octal | 362 | 23 | 320 | 0 | 134 | 16 | 5 | 465 | 132 | 63 |
| Binary | 11110010 | 10011 | 11010000 | 0 | 1011100 | 1110 | 101 | 100110101 | 1011010 | 110011 |
Color Harmonies of #F213D0
Complementary color
Monochromatic Colors of #F213D0
Black with #F213D0
Text Example
Text Example
White with #F213D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213D0; }
p { color: rgb(242,19,208); }
H1.HeaderClassName
{
color: #F213D0;
}
.AnyTagClassName
{
color: #F213D0;
}
</style>
background-color css
<style>
a { background-color: #F213D0; }
a { background-color: rgb(242,19,208); }
div.DivClassName
{
background-color: #F213D0;
}
.BgClassName
{
background-color: #F213D0;
}
</style>
border-color css
<style>
span { border-color: #F213D0; }
span { border-color: rgb(242,19,208); }
td.TdClassName
{
border-color: #F213D0;
}
.TagClassName
{
border-color: #F213D0;
}
</style>