Shades of Shocking Pink #F215BC
Tints of Shocking Pink #F215BC
RGB
CMYK
RGB Variations
Color information
#F215BC (or 0xF215BC) is known color: Shocking Pink. HEX triplet: F2, 15 and BC. RGB value is (242,21,188). Sum of RGB (Red+Green+Blue) = 242+21+188=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F215BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215BC is #0DEA43. Grayscale: #696969. Windows color (decimal): -911940 or 12326386. OLE color: 12326386.
HSL color Cylindrical-coordinate representation of color #F215BC: hue angle of 314.66º 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 #F215BC is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.05 |
| HSL | 314.66º | 0.89% | 0.52% | - |
| HSV(B) | 314.66º | 0.91% | 0.95% | - |
| XYZ | 45.96 | 23.04 | 49.6 | - |
| YUV | 106.12 | 174.22 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 188 | 0 | 0.91 | 0.22 | 0.05 | 314.66 | 0.89 | 0.52 |
| Hex | F2 | 15 | BC | 0 | 5B | 16 | 5 | 13B | 59 | 34 |
| Octal | 362 | 25 | 274 | 0 | 133 | 26 | 5 | 473 | 131 | 64 |
| Binary | 11110010 | 10101 | 10111100 | 0 | 1011011 | 10110 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F215BC
Complementary color
Monochromatic Colors of #F215BC
Black with #F215BC
Text Example
Text Example
White with #F215BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215BC; }
p { color: rgb(242,21,188); }
H1.HeaderClassName
{
color: #F215BC;
}
.AnyTagClassName
{
color: #F215BC;
}
</style>
background-color css
<style>
a { background-color: #F215BC; }
a { background-color: rgb(242,21,188); }
div.DivClassName
{
background-color: #F215BC;
}
.BgClassName
{
background-color: #F215BC;
}
</style>
border-color css
<style>
span { border-color: #F215BC; }
span { border-color: rgb(242,21,188); }
td.TdClassName
{
border-color: #F215BC;
}
.TagClassName
{
border-color: #F215BC;
}
</style>