Shades of Shocking Pink #F217D3
Tints of Shocking Pink #F217D3
RGB
CMYK
RGB Variations
Color information
#F217D3 (or 0xF217D3) is known color: Shocking Pink. HEX triplet: F2, 17 and D3. RGB value is (242,23,211). Sum of RGB (Red+Green+Blue) = 242+23+211=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F217D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217D3 is #0DE82C. Grayscale: #6D6D6D. Windows color (decimal): -911405 or 13834226. OLE color: 13834226.
HSL color Cylindrical-coordinate representation of color #F217D3: hue angle of 308.49º 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 #F217D3 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 211 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.05 |
| HSL | 308.49º | 0.89% | 0.52% | - |
| HSV(B) | 308.49º | 0.9% | 0.95% | - |
| XYZ | 48.68 | 24.19 | 63.73 | - |
| YUV | 109.91 | 185.05 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 211 | 0 | 0.90 | 0.13 | 0.05 | 308.49 | 0.89 | 0.52 |
| Hex | F2 | 17 | D3 | 0 | 5A | D | 5 | 134 | 59 | 34 |
| Octal | 362 | 27 | 323 | 0 | 132 | 15 | 5 | 464 | 131 | 64 |
| Binary | 11110010 | 10111 | 11010011 | 0 | 1011010 | 1101 | 101 | 100110100 | 1011001 | 110100 |
Color Harmonies of #F217D3
Complementary color
Monochromatic Colors of #F217D3
Black with #F217D3
Text Example
Text Example
White with #F217D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217D3; }
p { color: rgb(242,23,211); }
H1.HeaderClassName
{
color: #F217D3;
}
.AnyTagClassName
{
color: #F217D3;
}
</style>
background-color css
<style>
a { background-color: #F217D3; }
a { background-color: rgb(242,23,211); }
div.DivClassName
{
background-color: #F217D3;
}
.BgClassName
{
background-color: #F217D3;
}
</style>
border-color css
<style>
span { border-color: #F217D3; }
span { border-color: rgb(242,23,211); }
td.TdClassName
{
border-color: #F217D3;
}
.TagClassName
{
border-color: #F217D3;
}
</style>