Shades of Shocking Pink #F215BE
Tints of Shocking Pink #F215BE
RGB
CMYK
RGB Variations
Color information
#F215BE (or 0xF215BE) is known color: Shocking Pink. HEX triplet: F2, 15 and BE. RGB value is (242,21,190). Sum of RGB (Red+Green+Blue) = 242+21+190=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F215BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215BE is #0DEA41. Grayscale: #696969. Windows color (decimal): -911938 or 12457458. OLE color: 12457458.
HSL color Cylindrical-coordinate representation of color #F215BE: hue angle of 314.12º 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 #F215BE is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 190 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.05 |
| HSL | 314.12º | 0.89% | 0.52% | - |
| HSV(B) | 314.12º | 0.91% | 0.95% | - |
| XYZ | 46.18 | 23.13 | 50.75 | - |
| YUV | 106.35 | 175.22 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 190 | 0 | 0.91 | 0.21 | 0.05 | 314.12 | 0.89 | 0.52 |
| Hex | F2 | 15 | BE | 0 | 5B | 15 | 5 | 13A | 59 | 34 |
| Octal | 362 | 25 | 276 | 0 | 133 | 25 | 5 | 472 | 131 | 64 |
| Binary | 11110010 | 10101 | 10111110 | 0 | 1011011 | 10101 | 101 | 100111010 | 1011001 | 110100 |
Color Harmonies of #F215BE
Complementary color
Monochromatic Colors of #F215BE
Black with #F215BE
Text Example
Text Example
White with #F215BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215BE; }
p { color: rgb(242,21,190); }
H1.HeaderClassName
{
color: #F215BE;
}
.AnyTagClassName
{
color: #F215BE;
}
</style>
background-color css
<style>
a { background-color: #F215BE; }
a { background-color: rgb(242,21,190); }
div.DivClassName
{
background-color: #F215BE;
}
.BgClassName
{
background-color: #F215BE;
}
</style>
border-color css
<style>
span { border-color: #F215BE; }
span { border-color: rgb(242,21,190); }
td.TdClassName
{
border-color: #F215BE;
}
.TagClassName
{
border-color: #F215BE;
}
</style>