Shades of Shocking Pink #F210BE
Tints of Shocking Pink #F210BE
RGB
CMYK
RGB Variations
Color information
#F210BE (or 0xF210BE) is known color: Shocking Pink. HEX triplet: F2, 10 and BE. RGB value is (242,16,190). Sum of RGB (Red+Green+Blue) = 242+16+190=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F210BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210BE is #0DEF41. Grayscale: #666666. Windows color (decimal): -913218 or 12456178. OLE color: 12456178.
HSL color Cylindrical-coordinate representation of color #F210BE: hue angle of 313.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F210BE is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.05 |
| HSL | 313.81º | 0.9% | 0.51% | - |
| HSV(B) | 313.81º | 0.93% | 0.95% | - |
| XYZ | 46.1 | 22.97 | 50.72 | - |
| YUV | 103.41 | 176.87 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 190 | 0 | 0.93 | 0.21 | 0.05 | 313.81 | 0.9 | 0.51 |
| Hex | F2 | 10 | BE | 0 | 5D | 15 | 5 | 13A | 5A | 33 |
| Octal | 362 | 20 | 276 | 0 | 135 | 25 | 5 | 472 | 132 | 63 |
| Binary | 11110010 | 10000 | 10111110 | 0 | 1011101 | 10101 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F210BE
Complementary color
Monochromatic Colors of #F210BE
Black with #F210BE
Text Example
Text Example
White with #F210BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210BE; }
p { color: rgb(242,16,190); }
H1.HeaderClassName
{
color: #F210BE;
}
.AnyTagClassName
{
color: #F210BE;
}
</style>
background-color css
<style>
a { background-color: #F210BE; }
a { background-color: rgb(242,16,190); }
div.DivClassName
{
background-color: #F210BE;
}
.BgClassName
{
background-color: #F210BE;
}
</style>
border-color css
<style>
span { border-color: #F210BE; }
span { border-color: rgb(242,16,190); }
td.TdClassName
{
border-color: #F210BE;
}
.TagClassName
{
border-color: #F210BE;
}
</style>