Shades of Shocking Pink #F217BD
Tints of Shocking Pink #F217BD
RGB
CMYK
RGB Variations
Color information
#F217BD (or 0xF217BD) is known color: Shocking Pink. HEX triplet: F2, 17 and BD. RGB value is (242,23,189). Sum of RGB (Red+Green+Blue) = 242+23+189=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F217BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217BD is #0DE842. Grayscale: #6A6A6A. Windows color (decimal): -911427 or 12392434. OLE color: 12392434.
HSL color Cylindrical-coordinate representation of color #F217BD: hue angle of 314.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217BD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.05 |
| HSL | 314.52º | 0.89% | 0.52% | - |
| HSV(B) | 314.52º | 0.9% | 0.95% | - |
| XYZ | 46.11 | 23.16 | 50.18 | - |
| YUV | 107.41 | 174.05 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 189 | 0 | 0.90 | 0.22 | 0.05 | 314.52 | 0.89 | 0.52 |
| Hex | F2 | 17 | BD | 0 | 5A | 16 | 5 | 13B | 59 | 34 |
| Octal | 362 | 27 | 275 | 0 | 132 | 26 | 5 | 473 | 131 | 64 |
| Binary | 11110010 | 10111 | 10111101 | 0 | 1011010 | 10110 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F217BD
Complementary color
Monochromatic Colors of #F217BD
Black with #F217BD
Text Example
Text Example
White with #F217BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217BD; }
p { color: rgb(242,23,189); }
H1.HeaderClassName
{
color: #F217BD;
}
.AnyTagClassName
{
color: #F217BD;
}
</style>
background-color css
<style>
a { background-color: #F217BD; }
a { background-color: rgb(242,23,189); }
div.DivClassName
{
background-color: #F217BD;
}
.BgClassName
{
background-color: #F217BD;
}
</style>
border-color css
<style>
span { border-color: #F217BD; }
span { border-color: rgb(242,23,189); }
td.TdClassName
{
border-color: #F217BD;
}
.TagClassName
{
border-color: #F217BD;
}
</style>