Shades of Shocking Pink #FF17D3
Tints of Shocking Pink #FF17D3
RGB
CMYK
RGB Variations
Color information
#FF17D3 (or 0xFF17D3) is known color: Shocking Pink. HEX triplet: FF, 17 and D3. RGB value is (255,23,211). Sum of RGB (Red+Green+Blue) = 255+23+211=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17D3 is #00E82C. Grayscale: #717171. Windows color (decimal): -59437 or 13834239. OLE color: 13834239.
HSL color Cylindrical-coordinate representation of color #FF17D3: hue angle of 311.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF17D3 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 211 | - |
| CMYK | 0 | 0.91 | 0.17 | 0 |
| HSL | 311.38º | 1% | 0.55% | - |
| HSV(B) | 311.38º | 0.91% | 1% | - |
| XYZ | 53.3 | 26.58 | 63.95 | - |
| YUV | 113.8 | 182.86 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 211 | 0 | 0.91 | 0.17 | 0 | 311.38 | 1 | 0.55 |
| Hex | FF | 17 | D3 | 0 | 5B | 11 | 0 | 137 | 64 | 37 |
| Octal | 377 | 27 | 323 | 0 | 133 | 21 | 0 | 467 | 144 | 67 |
| Binary | 11111111 | 10111 | 11010011 | 0 | 1011011 | 10001 | 0 | 100110111 | 1100100 | 110111 |
Color Harmonies of #FF17D3
Complementary color
Monochromatic Colors of #FF17D3
Black with #FF17D3
Text Example
Text Example
White with #FF17D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17D3; }
p { color: rgb(255,23,211); }
H1.HeaderClassName
{
color: #FF17D3;
}
.AnyTagClassName
{
color: #FF17D3;
}
</style>
background-color css
<style>
a { background-color: #FF17D3; }
a { background-color: rgb(255,23,211); }
div.DivClassName
{
background-color: #FF17D3;
}
.BgClassName
{
background-color: #FF17D3;
}
</style>
border-color css
<style>
span { border-color: #FF17D3; }
span { border-color: rgb(255,23,211); }
td.TdClassName
{
border-color: #FF17D3;
}
.TagClassName
{
border-color: #FF17D3;
}
</style>