Shades of Shocking Pink #FA17C8
Tints of Shocking Pink #FA17C8
RGB
CMYK
RGB Variations
Color information
#FA17C8 (or 0xFA17C8) is known color: Shocking Pink. HEX triplet: FA, 17 and C8. RGB value is (250,23,200). Sum of RGB (Red+Green+Blue) = 250+23+200=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17C8 is #05E837. Grayscale: #6E6E6E. Windows color (decimal): -387128 or 13113338. OLE color: 13113338.
HSL color Cylindrical-coordinate representation of color #FA17C8: hue angle of 313.22º 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 #FA17C8 is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 200 | - |
| CMYK | 0 | 0.91 | 0.2 | 0.02 |
| HSL | 313.22º | 0.96% | 0.54% | - |
| HSV(B) | 313.22º | 0.91% | 0.98% | - |
| XYZ | 50.16 | 25.11 | 56.85 | - |
| YUV | 111.05 | 178.21 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 200 | 0 | 0.91 | 0.2 | 0.02 | 313.22 | 0.96 | 0.54 |
| Hex | FA | 17 | C8 | 0 | 5B | 14 | 2 | 139 | 60 | 36 |
| Octal | 372 | 27 | 310 | 0 | 133 | 24 | 2 | 471 | 140 | 66 |
| Binary | 11111010 | 10111 | 11001000 | 0 | 1011011 | 10100 | 10 | 100111001 | 1100000 | 110110 |
Color Harmonies of #FA17C8
Complementary color
Monochromatic Colors of #FA17C8
Black with #FA17C8
Text Example
Text Example
White with #FA17C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17C8; }
p { color: rgb(250,23,200); }
H1.HeaderClassName
{
color: #FA17C8;
}
.AnyTagClassName
{
color: #FA17C8;
}
</style>
background-color css
<style>
a { background-color: #FA17C8; }
a { background-color: rgb(250,23,200); }
div.DivClassName
{
background-color: #FA17C8;
}
.BgClassName
{
background-color: #FA17C8;
}
</style>
border-color css
<style>
span { border-color: #FA17C8; }
span { border-color: rgb(250,23,200); }
td.TdClassName
{
border-color: #FA17C8;
}
.TagClassName
{
border-color: #FA17C8;
}
</style>