Shades of Shocking Pink #F215D0
Tints of Shocking Pink #F215D0
RGB
CMYK
RGB Variations
Color information
#F215D0 (or 0xF215D0) is known color: Shocking Pink. HEX triplet: F2, 15 and D0. RGB value is (242,21,208). Sum of RGB (Red+Green+Blue) = 242+21+208=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F215D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215D0 is #0DEA2F. Grayscale: #6B6B6B. Windows color (decimal): -911920 or 13637106. OLE color: 13637106.
HSL color Cylindrical-coordinate representation of color #F215D0: hue angle of 309.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215D0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 208 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.05 |
| HSL | 309.23º | 0.89% | 0.52% | - |
| HSV(B) | 309.23º | 0.91% | 0.95% | - |
| XYZ | 48.27 | 23.97 | 61.76 | - |
| YUV | 108.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 208 | 0 | 0.91 | 0.14 | 0.05 | 309.23 | 0.89 | 0.52 |
| Hex | F2 | 15 | D0 | 0 | 5B | E | 5 | 135 | 59 | 34 |
| Octal | 362 | 25 | 320 | 0 | 133 | 16 | 5 | 465 | 131 | 64 |
| Binary | 11110010 | 10101 | 11010000 | 0 | 1011011 | 1110 | 101 | 100110101 | 1011001 | 110100 |
Color Harmonies of #F215D0
Complementary color
Monochromatic Colors of #F215D0
Black with #F215D0
Text Example
Text Example
White with #F215D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215D0; }
p { color: rgb(242,21,208); }
H1.HeaderClassName
{
color: #F215D0;
}
.AnyTagClassName
{
color: #F215D0;
}
</style>
background-color css
<style>
a { background-color: #F215D0; }
a { background-color: rgb(242,21,208); }
div.DivClassName
{
background-color: #F215D0;
}
.BgClassName
{
background-color: #F215D0;
}
</style>
border-color css
<style>
span { border-color: #F215D0; }
span { border-color: rgb(242,21,208); }
td.TdClassName
{
border-color: #F215D0;
}
.TagClassName
{
border-color: #F215D0;
}
</style>