Shades of Shocking Pink #F210BD
Tints of Shocking Pink #F210BD
RGB
CMYK
RGB Variations
Color information
#F210BD (or 0xF210BD) is known color: Shocking Pink. HEX triplet: F2, 10 and BD. RGB value is (242,16,189). Sum of RGB (Red+Green+Blue) = 242+16+189=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F210BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210BD is #0DEF42. Grayscale: #666666. Windows color (decimal): -913219 or 12390642. OLE color: 12390642.
HSL color Cylindrical-coordinate representation of color #F210BD: hue angle of 314.07º 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 #F210BD is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 189 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.05 |
| HSL | 314.07º | 0.9% | 0.51% | - |
| HSV(B) | 314.07º | 0.93% | 0.95% | - |
| XYZ | 45.99 | 22.92 | 50.14 | - |
| YUV | 103.3 | 176.37 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 189 | 0 | 0.93 | 0.22 | 0.05 | 314.07 | 0.9 | 0.51 |
| Hex | F2 | 10 | BD | 0 | 5D | 16 | 5 | 13A | 5A | 33 |
| Octal | 362 | 20 | 275 | 0 | 135 | 26 | 5 | 472 | 132 | 63 |
| Binary | 11110010 | 10000 | 10111101 | 0 | 1011101 | 10110 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F210BD
Complementary color
Monochromatic Colors of #F210BD
Black with #F210BD
Text Example
Text Example
White with #F210BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210BD; }
p { color: rgb(242,16,189); }
H1.HeaderClassName
{
color: #F210BD;
}
.AnyTagClassName
{
color: #F210BD;
}
</style>
background-color css
<style>
a { background-color: #F210BD; }
a { background-color: rgb(242,16,189); }
div.DivClassName
{
background-color: #F210BD;
}
.BgClassName
{
background-color: #F210BD;
}
</style>
border-color css
<style>
span { border-color: #F210BD; }
span { border-color: rgb(242,16,189); }
td.TdClassName
{
border-color: #F210BD;
}
.TagClassName
{
border-color: #F210BD;
}
</style>