Shades of Shocking Pink #FF17BC
Tints of Shocking Pink #FF17BC
RGB
CMYK
RGB Variations
Color information
#FF17BC (or 0xFF17BC) is known color: Shocking Pink. HEX triplet: FF, 17 and BC. RGB value is (255,23,188). Sum of RGB (Red+Green+Blue) = 255+23+188=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17BC is #00E843. Grayscale: #6E6E6E. Windows color (decimal): -59460 or 12326911. OLE color: 12326911.
HSL color Cylindrical-coordinate representation of color #FF17BC: hue angle of 317.33º 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 #FF17BC is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 188 | - |
| CMYK | 0 | 0.91 | 0.26 | 0 |
| HSL | 317.33º | 1% | 0.55% | - |
| HSV(B) | 317.33º | 0.91% | 1% | - |
| XYZ | 50.62 | 25.5 | 49.83 | - |
| YUV | 111.18 | 171.36 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 188 | 0 | 0.91 | 0.26 | 0 | 317.33 | 1 | 0.55 |
| Hex | FF | 17 | BC | 0 | 5B | 1A | 0 | 13D | 64 | 37 |
| Octal | 377 | 27 | 274 | 0 | 133 | 32 | 0 | 475 | 144 | 67 |
| Binary | 11111111 | 10111 | 10111100 | 0 | 1011011 | 11010 | 0 | 100111101 | 1100100 | 110111 |
Color Harmonies of #FF17BC
Complementary color
Monochromatic Colors of #FF17BC
Black with #FF17BC
Text Example
Text Example
White with #FF17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17BC; }
p { color: rgb(255,23,188); }
H1.HeaderClassName
{
color: #FF17BC;
}
.AnyTagClassName
{
color: #FF17BC;
}
</style>
background-color css
<style>
a { background-color: #FF17BC; }
a { background-color: rgb(255,23,188); }
div.DivClassName
{
background-color: #FF17BC;
}
.BgClassName
{
background-color: #FF17BC;
}
</style>
border-color css
<style>
span { border-color: #FF17BC; }
span { border-color: rgb(255,23,188); }
td.TdClassName
{
border-color: #FF17BC;
}
.TagClassName
{
border-color: #FF17BC;
}
</style>