Shades of Shocking Pink #FA10C1
Tints of Shocking Pink #FA10C1
RGB
CMYK
RGB Variations
Color information
#FA10C1 (or 0xFA10C1) is known color: Shocking Pink. HEX triplet: FA, 10 and C1. RGB value is (250,16,193). Sum of RGB (Red+Green+Blue) = 250+16+193=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10C1 is #05EF3E. Grayscale: #696969. Windows color (decimal): -388927 or 12652794. OLE color: 12652794.
HSL color Cylindrical-coordinate representation of color #FA10C1: hue angle of 314.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10C1 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 193 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.02 |
| HSL | 314.62º | 0.96% | 0.52% | - |
| HSV(B) | 314.62º | 0.94% | 0.98% | - |
| XYZ | 49.24 | 24.54 | 52.59 | - |
| YUV | 106.14 | 177.02 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 193 | 0 | 0.94 | 0.23 | 0.02 | 314.62 | 0.96 | 0.52 |
| Hex | FA | 10 | C1 | 0 | 5E | 17 | 2 | 13B | 60 | 34 |
| Octal | 372 | 20 | 301 | 0 | 136 | 27 | 2 | 473 | 140 | 64 |
| Binary | 11111010 | 10000 | 11000001 | 0 | 1011110 | 10111 | 10 | 100111011 | 1100000 | 110100 |
Color Harmonies of #FA10C1
Complementary color
Monochromatic Colors of #FA10C1
Black with #FA10C1
Text Example
Text Example
White with #FA10C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10C1; }
p { color: rgb(250,16,193); }
H1.HeaderClassName
{
color: #FA10C1;
}
.AnyTagClassName
{
color: #FA10C1;
}
</style>
background-color css
<style>
a { background-color: #FA10C1; }
a { background-color: rgb(250,16,193); }
div.DivClassName
{
background-color: #FA10C1;
}
.BgClassName
{
background-color: #FA10C1;
}
</style>
border-color css
<style>
span { border-color: #FA10C1; }
span { border-color: rgb(250,16,193); }
td.TdClassName
{
border-color: #FA10C1;
}
.TagClassName
{
border-color: #FA10C1;
}
</style>