Shades of Shocking Pink #F017D3
Tints of Shocking Pink #F017D3
RGB
CMYK
RGB Variations
Color information
#F017D3 (or 0xF017D3) is known color: Shocking Pink. HEX triplet: F0, 17 and D3. RGB value is (240,23,211). Sum of RGB (Red+Green+Blue) = 240+23+211=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F017D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017D3 is #0FE82C. Grayscale: #6C6C6C. Windows color (decimal): -1042477 or 13834224. OLE color: 13834224.
HSL color Cylindrical-coordinate representation of color #F017D3: hue angle of 308.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017D3 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 211 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.06 |
| HSL | 308.02º | 0.88% | 0.52% | - |
| HSV(B) | 308.02º | 0.9% | 0.94% | - |
| XYZ | 48 | 23.84 | 63.7 | - |
| YUV | 109.32 | 185.39 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 211 | 0 | 0.90 | 0.12 | 0.06 | 308.02 | 0.88 | 0.52 |
| Hex | F0 | 17 | D3 | 0 | 5A | C | 6 | 134 | 58 | 34 |
| Octal | 360 | 27 | 323 | 0 | 132 | 14 | 6 | 464 | 130 | 64 |
| Binary | 11110000 | 10111 | 11010011 | 0 | 1011010 | 1100 | 110 | 100110100 | 1011000 | 110100 |
Color Harmonies of #F017D3
Complementary color
Monochromatic Colors of #F017D3
Black with #F017D3
Text Example
Text Example
White with #F017D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017D3; }
p { color: rgb(240,23,211); }
H1.HeaderClassName
{
color: #F017D3;
}
.AnyTagClassName
{
color: #F017D3;
}
</style>
background-color css
<style>
a { background-color: #F017D3; }
a { background-color: rgb(240,23,211); }
div.DivClassName
{
background-color: #F017D3;
}
.BgClassName
{
background-color: #F017D3;
}
</style>
border-color css
<style>
span { border-color: #F017D3; }
span { border-color: rgb(240,23,211); }
td.TdClassName
{
border-color: #F017D3;
}
.TagClassName
{
border-color: #F017D3;
}
</style>