Shades of Shocking Pink #FA15C0
Tints of Shocking Pink #FA15C0
RGB
CMYK
RGB Variations
Color information
#FA15C0 (or 0xFA15C0) is known color: Shocking Pink. HEX triplet: FA, 15 and C0. RGB value is (250,21,192). Sum of RGB (Red+Green+Blue) = 250+21+192=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15C0 is #05EA3F. Grayscale: #6C6C6C. Windows color (decimal): -387648 or 12588538. OLE color: 12588538.
HSL color Cylindrical-coordinate representation of color #FA15C0: hue angle of 315.2º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA15C0 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 192 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.02 |
| HSL | 315.2º | 0.96% | 0.53% | - |
| HSV(B) | 315.2º | 0.92% | 0.98% | - |
| XYZ | 49.21 | 24.67 | 52.04 | - |
| YUV | 108.97 | 174.87 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 192 | 0 | 0.92 | 0.23 | 0.02 | 315.2 | 0.96 | 0.53 |
| Hex | FA | 15 | C0 | 0 | 5C | 17 | 2 | 13B | 60 | 35 |
| Octal | 372 | 25 | 300 | 0 | 134 | 27 | 2 | 473 | 140 | 65 |
| Binary | 11111010 | 10101 | 11000000 | 0 | 1011100 | 10111 | 10 | 100111011 | 1100000 | 110101 |
Color Harmonies of #FA15C0
Complementary color
Monochromatic Colors of #FA15C0
Black with #FA15C0
Text Example
Text Example
White with #FA15C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15C0; }
p { color: rgb(250,21,192); }
H1.HeaderClassName
{
color: #FA15C0;
}
.AnyTagClassName
{
color: #FA15C0;
}
</style>
background-color css
<style>
a { background-color: #FA15C0; }
a { background-color: rgb(250,21,192); }
div.DivClassName
{
background-color: #FA15C0;
}
.BgClassName
{
background-color: #FA15C0;
}
</style>
border-color css
<style>
span { border-color: #FA15C0; }
span { border-color: rgb(250,21,192); }
td.TdClassName
{
border-color: #FA15C0;
}
.TagClassName
{
border-color: #FA15C0;
}
</style>