Shades of Shocking Pink #F215BB
Tints of Shocking Pink #F215BB
RGB
CMYK
RGB Variations
Color information
#F215BB (or 0xF215BB) is known color: Shocking Pink. HEX triplet: F2, 15 and BB. RGB value is (242,21,187). Sum of RGB (Red+Green+Blue) = 242+21+187=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F215BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215BB is #0DEA44. Grayscale: #696969. Windows color (decimal): -911941 or 12260850. OLE color: 12260850.
HSL color Cylindrical-coordinate representation of color #F215BB: hue angle of 314.93º 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 #F215BB is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 187 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.05 |
| HSL | 314.93º | 0.89% | 0.52% | - |
| HSV(B) | 314.93º | 0.91% | 0.95% | - |
| XYZ | 45.86 | 23 | 49.04 | - |
| YUV | 106 | 173.72 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 187 | 0 | 0.91 | 0.23 | 0.05 | 314.93 | 0.89 | 0.52 |
| Hex | F2 | 15 | BB | 0 | 5B | 17 | 5 | 13B | 59 | 34 |
| Octal | 362 | 25 | 273 | 0 | 133 | 27 | 5 | 473 | 131 | 64 |
| Binary | 11110010 | 10101 | 10111011 | 0 | 1011011 | 10111 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F215BB
Complementary color
Monochromatic Colors of #F215BB
Black with #F215BB
Text Example
Text Example
White with #F215BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215BB; }
p { color: rgb(242,21,187); }
H1.HeaderClassName
{
color: #F215BB;
}
.AnyTagClassName
{
color: #F215BB;
}
</style>
background-color css
<style>
a { background-color: #F215BB; }
a { background-color: rgb(242,21,187); }
div.DivClassName
{
background-color: #F215BB;
}
.BgClassName
{
background-color: #F215BB;
}
</style>
border-color css
<style>
span { border-color: #F215BB; }
span { border-color: rgb(242,21,187); }
td.TdClassName
{
border-color: #F215BB;
}
.TagClassName
{
border-color: #F215BB;
}
</style>