Shades of Shocking Pink #FA17BC
Tints of Shocking Pink #FA17BC
RGB
CMYK
RGB Variations
Color information
#FA17BC (or 0xFA17BC) is known color: Shocking Pink. HEX triplet: FA, 17 and BC. RGB value is (250,23,188). Sum of RGB (Red+Green+Blue) = 250+23+188=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17BC is #05E843. Grayscale: #6D6D6D. Windows color (decimal): -387140 or 12326906. OLE color: 12326906.
HSL color Cylindrical-coordinate representation of color #FA17BC: hue angle of 316.39º 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 #FA17BC is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 188 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.02 |
| HSL | 316.39º | 0.96% | 0.54% | - |
| HSV(B) | 316.39º | 0.91% | 0.98% | - |
| XYZ | 48.81 | 24.57 | 49.75 | - |
| YUV | 109.68 | 172.21 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 188 | 0 | 0.91 | 0.25 | 0.02 | 316.39 | 0.96 | 0.54 |
| Hex | FA | 17 | BC | 0 | 5B | 19 | 2 | 13C | 60 | 36 |
| Octal | 372 | 27 | 274 | 0 | 133 | 31 | 2 | 474 | 140 | 66 |
| Binary | 11111010 | 10111 | 10111100 | 0 | 1011011 | 11001 | 10 | 100111100 | 1100000 | 110110 |
Color Harmonies of #FA17BC
Complementary color
Monochromatic Colors of #FA17BC
Black with #FA17BC
Text Example
Text Example
White with #FA17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17BC; }
p { color: rgb(250,23,188); }
H1.HeaderClassName
{
color: #FA17BC;
}
.AnyTagClassName
{
color: #FA17BC;
}
</style>
background-color css
<style>
a { background-color: #FA17BC; }
a { background-color: rgb(250,23,188); }
div.DivClassName
{
background-color: #FA17BC;
}
.BgClassName
{
background-color: #FA17BC;
}
</style>
border-color css
<style>
span { border-color: #FA17BC; }
span { border-color: rgb(250,23,188); }
td.TdClassName
{
border-color: #FA17BC;
}
.TagClassName
{
border-color: #FA17BC;
}
</style>