Shades of Shocking Pink #FA17D5
Tints of Shocking Pink #FA17D5
RGB
CMYK
RGB Variations
Color information
#FA17D5 (or 0xFA17D5) is known color: Shocking Pink. HEX triplet: FA, 17 and D5. RGB value is (250,23,213). Sum of RGB (Red+Green+Blue) = 250+23+213=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17D5 is #05E82A. Grayscale: #707070. Windows color (decimal): -387115 or 13965306. OLE color: 13965306.
HSL color Cylindrical-coordinate representation of color #FA17D5: hue angle of 309.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA17D5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 213 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.02 |
| HSL | 309.78º | 0.96% | 0.54% | - |
| HSV(B) | 309.78º | 0.91% | 0.98% | - |
| XYZ | 51.74 | 25.74 | 65.19 | - |
| YUV | 112.53 | 184.71 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 213 | 0 | 0.91 | 0.15 | 0.02 | 309.78 | 0.96 | 0.54 |
| Hex | FA | 17 | D5 | 0 | 5B | F | 2 | 136 | 60 | 36 |
| Octal | 372 | 27 | 325 | 0 | 133 | 17 | 2 | 466 | 140 | 66 |
| Binary | 11111010 | 10111 | 11010101 | 0 | 1011011 | 1111 | 10 | 100110110 | 1100000 | 110110 |
Color Harmonies of #FA17D5
Complementary color
Monochromatic Colors of #FA17D5
Black with #FA17D5
Text Example
Text Example
White with #FA17D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17D5; }
p { color: rgb(250,23,213); }
H1.HeaderClassName
{
color: #FA17D5;
}
.AnyTagClassName
{
color: #FA17D5;
}
</style>
background-color css
<style>
a { background-color: #FA17D5; }
a { background-color: rgb(250,23,213); }
div.DivClassName
{
background-color: #FA17D5;
}
.BgClassName
{
background-color: #FA17D5;
}
</style>
border-color css
<style>
span { border-color: #FA17D5; }
span { border-color: rgb(250,23,213); }
td.TdClassName
{
border-color: #FA17D5;
}
.TagClassName
{
border-color: #FA17D5;
}
</style>