Shades of Shocking Pink #FA17CC
Tints of Shocking Pink #FA17CC
RGB
CMYK
RGB Variations
Color information
#FA17CC (or 0xFA17CC) is known color: Shocking Pink. HEX triplet: FA, 17 and CC. RGB value is (250,23,204). Sum of RGB (Red+Green+Blue) = 250+23+204=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17CC is #05E833. Grayscale: #6F6F6F. Windows color (decimal): -387124 or 13375482. OLE color: 13375482.
HSL color Cylindrical-coordinate representation of color #FA17CC: hue angle of 312.16º 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 #FA17CC is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 204 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.02 |
| HSL | 312.16º | 0.96% | 0.54% | - |
| HSV(B) | 312.16º | 0.91% | 0.98% | - |
| XYZ | 50.63 | 25.3 | 59.34 | - |
| YUV | 111.51 | 180.21 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 204 | 0 | 0.91 | 0.18 | 0.02 | 312.16 | 0.96 | 0.54 |
| Hex | FA | 17 | CC | 0 | 5B | 12 | 2 | 138 | 60 | 36 |
| Octal | 372 | 27 | 314 | 0 | 133 | 22 | 2 | 470 | 140 | 66 |
| Binary | 11111010 | 10111 | 11001100 | 0 | 1011011 | 10010 | 10 | 100111000 | 1100000 | 110110 |
Color Harmonies of #FA17CC
Complementary color
Monochromatic Colors of #FA17CC
Black with #FA17CC
Text Example
Text Example
White with #FA17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17CC; }
p { color: rgb(250,23,204); }
H1.HeaderClassName
{
color: #FA17CC;
}
.AnyTagClassName
{
color: #FA17CC;
}
</style>
background-color css
<style>
a { background-color: #FA17CC; }
a { background-color: rgb(250,23,204); }
div.DivClassName
{
background-color: #FA17CC;
}
.BgClassName
{
background-color: #FA17CC;
}
</style>
border-color css
<style>
span { border-color: #FA17CC; }
span { border-color: rgb(250,23,204); }
td.TdClassName
{
border-color: #FA17CC;
}
.TagClassName
{
border-color: #FA17CC;
}
</style>