Shades of Shocking Pink #FF17BF
Tints of Shocking Pink #FF17BF
RGB
CMYK
RGB Variations
Color information
#FF17BF (or 0xFF17BF) is known color: Shocking Pink. HEX triplet: FF, 17 and BF. RGB value is (255,23,191). Sum of RGB (Red+Green+Blue) = 255+23+191=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17BF is #00E840. Grayscale: #6F6F6F. Windows color (decimal): -59457 or 12523519. OLE color: 12523519.
HSL color Cylindrical-coordinate representation of color #FF17BF: hue angle of 316.55º 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 #FF17BF is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 191 | - |
| CMYK | 0 | 0.91 | 0.25 | 0 |
| HSL | 316.55º | 1% | 0.55% | - |
| HSV(B) | 316.55º | 0.91% | 1% | - |
| XYZ | 50.95 | 25.63 | 51.55 | - |
| YUV | 111.52 | 172.86 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 191 | 0 | 0.91 | 0.25 | 0 | 316.55 | 1 | 0.55 |
| Hex | FF | 17 | BF | 0 | 5B | 19 | 0 | 13D | 64 | 37 |
| Octal | 377 | 27 | 277 | 0 | 133 | 31 | 0 | 475 | 144 | 67 |
| Binary | 11111111 | 10111 | 10111111 | 0 | 1011011 | 11001 | 0 | 100111101 | 1100100 | 110111 |
Color Harmonies of #FF17BF
Complementary color
Monochromatic Colors of #FF17BF
Black with #FF17BF
Text Example
Text Example
White with #FF17BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17BF; }
p { color: rgb(255,23,191); }
H1.HeaderClassName
{
color: #FF17BF;
}
.AnyTagClassName
{
color: #FF17BF;
}
</style>
background-color css
<style>
a { background-color: #FF17BF; }
a { background-color: rgb(255,23,191); }
div.DivClassName
{
background-color: #FF17BF;
}
.BgClassName
{
background-color: #FF17BF;
}
</style>
border-color css
<style>
span { border-color: #FF17BF; }
span { border-color: rgb(255,23,191); }
td.TdClassName
{
border-color: #FF17BF;
}
.TagClassName
{
border-color: #FF17BF;
}
</style>