Shades of Shocking Pink #F215B7
Tints of Shocking Pink #F215B7
RGB
CMYK
RGB Variations
Color information
#F215B7 (or 0xF215B7) is known color: Shocking Pink. HEX triplet: F2, 15 and B7. RGB value is (242,21,183). Sum of RGB (Red+Green+Blue) = 242+21+183=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F215B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215B7 is #0DEA48. Grayscale: #696969. Windows color (decimal): -911945 or 11998706. OLE color: 11998706.
HSL color Cylindrical-coordinate representation of color #F215B7: hue angle of 316.02º 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 #F215B7 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 183 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.05 |
| HSL | 316.02º | 0.89% | 0.52% | - |
| HSV(B) | 316.02º | 0.91% | 0.95% | - |
| XYZ | 45.43 | 22.83 | 46.81 | - |
| YUV | 105.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 183 | 0 | 0.91 | 0.24 | 0.05 | 316.02 | 0.89 | 0.52 |
| Hex | F2 | 15 | B7 | 0 | 5B | 18 | 5 | 13C | 59 | 34 |
| Octal | 362 | 25 | 267 | 0 | 133 | 30 | 5 | 474 | 131 | 64 |
| Binary | 11110010 | 10101 | 10110111 | 0 | 1011011 | 11000 | 101 | 100111100 | 1011001 | 110100 |
Color Harmonies of #F215B7
Complementary color
Monochromatic Colors of #F215B7
Black with #F215B7
Text Example
Text Example
White with #F215B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215B7; }
p { color: rgb(242,21,183); }
H1.HeaderClassName
{
color: #F215B7;
}
.AnyTagClassName
{
color: #F215B7;
}
</style>
background-color css
<style>
a { background-color: #F215B7; }
a { background-color: rgb(242,21,183); }
div.DivClassName
{
background-color: #F215B7;
}
.BgClassName
{
background-color: #F215B7;
}
</style>
border-color css
<style>
span { border-color: #F215B7; }
span { border-color: rgb(242,21,183); }
td.TdClassName
{
border-color: #F215B7;
}
.TagClassName
{
border-color: #F215B7;
}
</style>