Shades of Shocking Pink #F215D4
Tints of Shocking Pink #F215D4
RGB
CMYK
RGB Variations
Color information
#F215D4 (or 0xF215D4) is known color: Shocking Pink. HEX triplet: F2, 15 and D4. RGB value is (242,21,212). Sum of RGB (Red+Green+Blue) = 242+21+212=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F215D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215D4 is #0DEA2B. Grayscale: #6C6C6C. Windows color (decimal): -911916 or 13899250. OLE color: 13899250.
HSL color Cylindrical-coordinate representation of color #F215D4: hue angle of 308.14º 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 #F215D4 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 212 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.05 |
| HSL | 308.14º | 0.89% | 0.52% | - |
| HSV(B) | 308.14º | 0.91% | 0.95% | - |
| XYZ | 48.77 | 24.17 | 64.38 | - |
| YUV | 108.85 | 186.22 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 212 | 0 | 0.91 | 0.12 | 0.05 | 308.14 | 0.89 | 0.52 |
| Hex | F2 | 15 | D4 | 0 | 5B | C | 5 | 134 | 59 | 34 |
| Octal | 362 | 25 | 324 | 0 | 133 | 14 | 5 | 464 | 131 | 64 |
| Binary | 11110010 | 10101 | 11010100 | 0 | 1011011 | 1100 | 101 | 100110100 | 1011001 | 110100 |
Color Harmonies of #F215D4
Complementary color
Monochromatic Colors of #F215D4
Black with #F215D4
Text Example
Text Example
White with #F215D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215D4; }
p { color: rgb(242,21,212); }
H1.HeaderClassName
{
color: #F215D4;
}
.AnyTagClassName
{
color: #F215D4;
}
</style>
background-color css
<style>
a { background-color: #F215D4; }
a { background-color: rgb(242,21,212); }
div.DivClassName
{
background-color: #F215D4;
}
.BgClassName
{
background-color: #F215D4;
}
</style>
border-color css
<style>
span { border-color: #F215D4; }
span { border-color: rgb(242,21,212); }
td.TdClassName
{
border-color: #F215D4;
}
.TagClassName
{
border-color: #F215D4;
}
</style>