Shades of Shocking Pink #FA17D3
Tints of Shocking Pink #FA17D3
RGB
CMYK
RGB Variations
Color information
#FA17D3 (or 0xFA17D3) is known color: Shocking Pink. HEX triplet: FA, 17 and D3. RGB value is (250,23,211). Sum of RGB (Red+Green+Blue) = 250+23+211=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17D3 is #05E82C. Grayscale: #6F6F6F. Windows color (decimal): -387117 or 13834234. OLE color: 13834234.
HSL color Cylindrical-coordinate representation of color #FA17D3: hue angle of 310.31º 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 #FA17D3 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 211 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.02 |
| HSL | 310.31º | 0.96% | 0.54% | - |
| HSV(B) | 310.31º | 0.91% | 0.98% | - |
| XYZ | 51.49 | 25.64 | 63.86 | - |
| YUV | 112.31 | 183.71 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 211 | 0 | 0.91 | 0.16 | 0.02 | 310.31 | 0.96 | 0.54 |
| Hex | FA | 17 | D3 | 0 | 5B | 10 | 2 | 136 | 60 | 36 |
| Octal | 372 | 27 | 323 | 0 | 133 | 20 | 2 | 466 | 140 | 66 |
| Binary | 11111010 | 10111 | 11010011 | 0 | 1011011 | 10000 | 10 | 100110110 | 1100000 | 110110 |
Color Harmonies of #FA17D3
Complementary color
Monochromatic Colors of #FA17D3
Black with #FA17D3
Text Example
Text Example
White with #FA17D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17D3; }
p { color: rgb(250,23,211); }
H1.HeaderClassName
{
color: #FA17D3;
}
.AnyTagClassName
{
color: #FA17D3;
}
</style>
background-color css
<style>
a { background-color: #FA17D3; }
a { background-color: rgb(250,23,211); }
div.DivClassName
{
background-color: #FA17D3;
}
.BgClassName
{
background-color: #FA17D3;
}
</style>
border-color css
<style>
span { border-color: #FA17D3; }
span { border-color: rgb(250,23,211); }
td.TdClassName
{
border-color: #FA17D3;
}
.TagClassName
{
border-color: #FA17D3;
}
</style>