Shades of Shocking Pink #F215BD
Tints of Shocking Pink #F215BD
RGB
CMYK
RGB Variations
Color information
#F215BD (or 0xF215BD) is known color: Shocking Pink. HEX triplet: F2, 15 and BD. RGB value is (242,21,189). Sum of RGB (Red+Green+Blue) = 242+21+189=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F215BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215BD is #0DEA42. Grayscale: #696969. Windows color (decimal): -911939 or 12391922. OLE color: 12391922.
HSL color Cylindrical-coordinate representation of color #F215BD: hue angle of 314.39º 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 #F215BD is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 189 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.05 |
| HSL | 314.39º | 0.89% | 0.52% | - |
| HSV(B) | 314.39º | 0.91% | 0.95% | - |
| XYZ | 46.07 | 23.09 | 50.17 | - |
| YUV | 106.23 | 174.72 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 189 | 0 | 0.91 | 0.22 | 0.05 | 314.39 | 0.89 | 0.52 |
| Hex | F2 | 15 | BD | 0 | 5B | 16 | 5 | 13A | 59 | 34 |
| Octal | 362 | 25 | 275 | 0 | 133 | 26 | 5 | 472 | 131 | 64 |
| Binary | 11110010 | 10101 | 10111101 | 0 | 1011011 | 10110 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F215BD
Complementary color
Monochromatic Colors of #F215BD
Black with #F215BD
Text Example
Text Example
White with #F215BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215BD; }
p { color: rgb(242,21,189); }
H1.HeaderClassName
{
color: #F215BD;
}
.AnyTagClassName
{
color: #F215BD;
}
</style>
background-color css
<style>
a { background-color: #F215BD; }
a { background-color: rgb(242,21,189); }
div.DivClassName
{
background-color: #F215BD;
}
.BgClassName
{
background-color: #F215BD;
}
</style>
border-color css
<style>
span { border-color: #F215BD; }
span { border-color: rgb(242,21,189); }
td.TdClassName
{
border-color: #F215BD;
}
.TagClassName
{
border-color: #F215BD;
}
</style>