Shades of Shocking Pink #FA12C1
Tints of Shocking Pink #FA12C1
RGB
CMYK
RGB Variations
Color information
#FA12C1 (or 0xFA12C1) is known color: Shocking Pink. HEX triplet: FA, 12 and C1. RGB value is (250,18,193). Sum of RGB (Red+Green+Blue) = 250+18+193=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12C1 is #05ED3E. Grayscale: #6A6A6A. Windows color (decimal): -388415 or 12653306. OLE color: 12653306.
HSL color Cylindrical-coordinate representation of color #FA12C1: hue angle of 314.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12C1 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 193 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.02 |
| HSL | 314.74º | 0.96% | 0.53% | - |
| HSV(B) | 314.74º | 0.93% | 0.98% | - |
| XYZ | 49.27 | 24.61 | 52.61 | - |
| YUV | 107.32 | 176.36 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 193 | 0 | 0.93 | 0.23 | 0.02 | 314.74 | 0.96 | 0.53 |
| Hex | FA | 12 | C1 | 0 | 5D | 17 | 2 | 13B | 60 | 35 |
| Octal | 372 | 22 | 301 | 0 | 135 | 27 | 2 | 473 | 140 | 65 |
| Binary | 11111010 | 10010 | 11000001 | 0 | 1011101 | 10111 | 10 | 100111011 | 1100000 | 110101 |
Color Harmonies of #FA12C1
Complementary color
Monochromatic Colors of #FA12C1
Black with #FA12C1
Text Example
Text Example
White with #FA12C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12C1; }
p { color: rgb(250,18,193); }
H1.HeaderClassName
{
color: #FA12C1;
}
.AnyTagClassName
{
color: #FA12C1;
}
</style>
background-color css
<style>
a { background-color: #FA12C1; }
a { background-color: rgb(250,18,193); }
div.DivClassName
{
background-color: #FA12C1;
}
.BgClassName
{
background-color: #FA12C1;
}
</style>
border-color css
<style>
span { border-color: #FA12C1; }
span { border-color: rgb(250,18,193); }
td.TdClassName
{
border-color: #FA12C1;
}
.TagClassName
{
border-color: #FA12C1;
}
</style>