Shades of Shocking Pink #F215D5
Tints of Shocking Pink #F215D5
RGB
CMYK
RGB Variations
Color information
#F215D5 (or 0xF215D5) is known color: Shocking Pink. HEX triplet: F2, 15 and D5. RGB value is (242,21,213). Sum of RGB (Red+Green+Blue) = 242+21+213=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F215D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215D5 is #0DEA2A. Grayscale: #6C6C6C. Windows color (decimal): -911915 or 13964786. OLE color: 13964786.
HSL color Cylindrical-coordinate representation of color #F215D5: hue angle of 307.87º 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 #F215D5 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 213 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.05 |
| HSL | 307.87º | 0.89% | 0.52% | - |
| HSV(B) | 307.87º | 0.91% | 0.95% | - |
| XYZ | 48.9 | 24.22 | 65.05 | - |
| YUV | 108.97 | 186.72 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 213 | 0 | 0.91 | 0.12 | 0.05 | 307.87 | 0.89 | 0.52 |
| Hex | F2 | 15 | D5 | 0 | 5B | C | 5 | 134 | 59 | 34 |
| Octal | 362 | 25 | 325 | 0 | 133 | 14 | 5 | 464 | 131 | 64 |
| Binary | 11110010 | 10101 | 11010101 | 0 | 1011011 | 1100 | 101 | 100110100 | 1011001 | 110100 |
Color Harmonies of #F215D5
Complementary color
Monochromatic Colors of #F215D5
Black with #F215D5
Text Example
Text Example
White with #F215D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215D5; }
p { color: rgb(242,21,213); }
H1.HeaderClassName
{
color: #F215D5;
}
.AnyTagClassName
{
color: #F215D5;
}
</style>
background-color css
<style>
a { background-color: #F215D5; }
a { background-color: rgb(242,21,213); }
div.DivClassName
{
background-color: #F215D5;
}
.BgClassName
{
background-color: #F215D5;
}
</style>
border-color css
<style>
span { border-color: #F215D5; }
span { border-color: rgb(242,21,213); }
td.TdClassName
{
border-color: #F215D5;
}
.TagClassName
{
border-color: #F215D5;
}
</style>