Shades of Shocking Pink #FF17CA
Tints of Shocking Pink #FF17CA
RGB
CMYK
RGB Variations
Color information
#FF17CA (or 0xFF17CA) is known color: Shocking Pink. HEX triplet: FF, 17 and CA. RGB value is (255,23,202). Sum of RGB (Red+Green+Blue) = 255+23+202=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17CA is #00E835. Grayscale: #707070. Windows color (decimal): -59446 or 13244415. OLE color: 13244415.
HSL color Cylindrical-coordinate representation of color #FF17CA: hue angle of 313.71º 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 #FF17CA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 202 | - |
| CMYK | 0 | 0.91 | 0.21 | 0 |
| HSL | 313.71º | 1% | 0.55% | - |
| HSV(B) | 313.71º | 0.91% | 1% | - |
| XYZ | 52.21 | 26.14 | 58.17 | - |
| YUV | 112.77 | 178.36 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 202 | 0 | 0.91 | 0.21 | 0 | 313.71 | 1 | 0.55 |
| Hex | FF | 17 | CA | 0 | 5B | 15 | 0 | 13A | 64 | 37 |
| Octal | 377 | 27 | 312 | 0 | 133 | 25 | 0 | 472 | 144 | 67 |
| Binary | 11111111 | 10111 | 11001010 | 0 | 1011011 | 10101 | 0 | 100111010 | 1100100 | 110111 |
Color Harmonies of #FF17CA
Complementary color
Monochromatic Colors of #FF17CA
Black with #FF17CA
Text Example
Text Example
White with #FF17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17CA; }
p { color: rgb(255,23,202); }
H1.HeaderClassName
{
color: #FF17CA;
}
.AnyTagClassName
{
color: #FF17CA;
}
</style>
background-color css
<style>
a { background-color: #FF17CA; }
a { background-color: rgb(255,23,202); }
div.DivClassName
{
background-color: #FF17CA;
}
.BgClassName
{
background-color: #FF17CA;
}
</style>
border-color css
<style>
span { border-color: #FF17CA; }
span { border-color: rgb(255,23,202); }
td.TdClassName
{
border-color: #FF17CA;
}
.TagClassName
{
border-color: #FF17CA;
}
</style>