Shades of Shocking Pink #FA18C0
Tints of Shocking Pink #FA18C0
RGB
CMYK
RGB Variations
Color information
#FA18C0 (or 0xFA18C0) is known color: Shocking Pink. HEX triplet: FA, 18 and C0. RGB value is (250,24,192). Sum of RGB (Red+Green+Blue) = 250+24+192=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18C0 is #05E73F. Grayscale: #6E6E6E. Windows color (decimal): -386880 or 12589306. OLE color: 12589306.
HSL color Cylindrical-coordinate representation of color #FA18C0: hue angle of 315.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA18C0 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 192 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.02 |
| HSL | 315.4º | 0.96% | 0.54% | - |
| HSV(B) | 315.4º | 0.9% | 0.98% | - |
| XYZ | 49.27 | 24.78 | 52.06 | - |
| YUV | 110.73 | 173.87 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 192 | 0 | 0.90 | 0.23 | 0.02 | 315.4 | 0.96 | 0.54 |
| Hex | FA | 18 | C0 | 0 | 5A | 17 | 2 | 13B | 60 | 36 |
| Octal | 372 | 30 | 300 | 0 | 132 | 27 | 2 | 473 | 140 | 66 |
| Binary | 11111010 | 11000 | 11000000 | 0 | 1011010 | 10111 | 10 | 100111011 | 1100000 | 110110 |
Color Harmonies of #FA18C0
Complementary color
Monochromatic Colors of #FA18C0
Black with #FA18C0
Text Example
Text Example
White with #FA18C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18C0; }
p { color: rgb(250,24,192); }
H1.HeaderClassName
{
color: #FA18C0;
}
.AnyTagClassName
{
color: #FA18C0;
}
</style>
background-color css
<style>
a { background-color: #FA18C0; }
a { background-color: rgb(250,24,192); }
div.DivClassName
{
background-color: #FA18C0;
}
.BgClassName
{
background-color: #FA18C0;
}
</style>
border-color css
<style>
span { border-color: #FA18C0; }
span { border-color: rgb(250,24,192); }
td.TdClassName
{
border-color: #FA18C0;
}
.TagClassName
{
border-color: #FA18C0;
}
</style>