Shades of Shocking Pink #F217B7
Tints of Shocking Pink #F217B7
RGB
CMYK
RGB Variations
Color information
#F217B7 (or 0xF217B7) is known color: Shocking Pink. HEX triplet: F2, 17 and B7. RGB value is (242,23,183). Sum of RGB (Red+Green+Blue) = 242+23+183=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F217B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217B7 is #0DE848. Grayscale: #6A6A6A. Windows color (decimal): -911433 or 11999218. OLE color: 11999218.
HSL color Cylindrical-coordinate representation of color #F217B7: hue angle of 316.16º 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 #F217B7 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 183 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.05 |
| HSL | 316.16º | 0.89% | 0.52% | - |
| HSV(B) | 316.16º | 0.9% | 0.95% | - |
| XYZ | 45.47 | 22.91 | 46.82 | - |
| YUV | 106.72 | 171.05 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 183 | 0 | 0.90 | 0.24 | 0.05 | 316.16 | 0.89 | 0.52 |
| Hex | F2 | 17 | B7 | 0 | 5A | 18 | 5 | 13C | 59 | 34 |
| Octal | 362 | 27 | 267 | 0 | 132 | 30 | 5 | 474 | 131 | 64 |
| Binary | 11110010 | 10111 | 10110111 | 0 | 1011010 | 11000 | 101 | 100111100 | 1011001 | 110100 |
Color Harmonies of #F217B7
Complementary color
Monochromatic Colors of #F217B7
Black with #F217B7
Text Example
Text Example
White with #F217B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217B7; }
p { color: rgb(242,23,183); }
H1.HeaderClassName
{
color: #F217B7;
}
.AnyTagClassName
{
color: #F217B7;
}
</style>
background-color css
<style>
a { background-color: #F217B7; }
a { background-color: rgb(242,23,183); }
div.DivClassName
{
background-color: #F217B7;
}
.BgClassName
{
background-color: #F217B7;
}
</style>
border-color css
<style>
span { border-color: #F217B7; }
span { border-color: rgb(242,23,183); }
td.TdClassName
{
border-color: #F217B7;
}
.TagClassName
{
border-color: #F217B7;
}
</style>