Shades of Shocking Pink #FA12D2
Tints of Shocking Pink #FA12D2
RGB
CMYK
RGB Variations
Color information
#FA12D2 (or 0xFA12D2) is known color: Shocking Pink. HEX triplet: FA, 12 and D2. RGB value is (250,18,210). Sum of RGB (Red+Green+Blue) = 250+18+210=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12D2 is #05ED2D. Grayscale: #6C6C6C. Windows color (decimal): -388398 or 13767418. OLE color: 13767418.
HSL color Cylindrical-coordinate representation of color #FA12D2: hue angle of 310.34º 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 #FA12D2 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 210 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.02 |
| HSL | 310.34º | 0.96% | 0.53% | - |
| HSV(B) | 310.34º | 0.93% | 0.98% | - |
| XYZ | 51.27 | 25.41 | 63.17 | - |
| YUV | 109.26 | 184.86 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 210 | 0 | 0.93 | 0.16 | 0.02 | 310.34 | 0.96 | 0.53 |
| Hex | FA | 12 | D2 | 0 | 5D | 10 | 2 | 136 | 60 | 35 |
| Octal | 372 | 22 | 322 | 0 | 135 | 20 | 2 | 466 | 140 | 65 |
| Binary | 11111010 | 10010 | 11010010 | 0 | 1011101 | 10000 | 10 | 100110110 | 1100000 | 110101 |
Color Harmonies of #FA12D2
Complementary color
Monochromatic Colors of #FA12D2
Black with #FA12D2
Text Example
Text Example
White with #FA12D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12D2; }
p { color: rgb(250,18,210); }
H1.HeaderClassName
{
color: #FA12D2;
}
.AnyTagClassName
{
color: #FA12D2;
}
</style>
background-color css
<style>
a { background-color: #FA12D2; }
a { background-color: rgb(250,18,210); }
div.DivClassName
{
background-color: #FA12D2;
}
.BgClassName
{
background-color: #FA12D2;
}
</style>
border-color css
<style>
span { border-color: #FA12D2; }
span { border-color: rgb(250,18,210); }
td.TdClassName
{
border-color: #FA12D2;
}
.TagClassName
{
border-color: #FA12D2;
}
</style>