Shades of Shocking Pink #FA10CE
Tints of Shocking Pink #FA10CE
RGB
CMYK
RGB Variations
Color information
#FA10CE (or 0xFA10CE) is known color: Shocking Pink. HEX triplet: FA, 10 and CE. RGB value is (250,16,206). Sum of RGB (Red+Green+Blue) = 250+16+206=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10CE is #05EF31. Grayscale: #6B6B6B. Windows color (decimal): -388914 or 13504762. OLE color: 13504762.
HSL color Cylindrical-coordinate representation of color #FA10CE: hue angle of 311.28º 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 #FA10CE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 206 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.02 |
| HSL | 311.28º | 0.96% | 0.52% | - |
| HSV(B) | 311.28º | 0.94% | 0.98% | - |
| XYZ | 50.75 | 25.15 | 60.57 | - |
| YUV | 107.63 | 183.52 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 206 | 0 | 0.94 | 0.18 | 0.02 | 311.28 | 0.96 | 0.52 |
| Hex | FA | 10 | CE | 0 | 5E | 12 | 2 | 137 | 60 | 34 |
| Octal | 372 | 20 | 316 | 0 | 136 | 22 | 2 | 467 | 140 | 64 |
| Binary | 11111010 | 10000 | 11001110 | 0 | 1011110 | 10010 | 10 | 100110111 | 1100000 | 110100 |
Color Harmonies of #FA10CE
Complementary color
Monochromatic Colors of #FA10CE
Black with #FA10CE
Text Example
Text Example
White with #FA10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10CE; }
p { color: rgb(250,16,206); }
H1.HeaderClassName
{
color: #FA10CE;
}
.AnyTagClassName
{
color: #FA10CE;
}
</style>
background-color css
<style>
a { background-color: #FA10CE; }
a { background-color: rgb(250,16,206); }
div.DivClassName
{
background-color: #FA10CE;
}
.BgClassName
{
background-color: #FA10CE;
}
</style>
border-color css
<style>
span { border-color: #FA10CE; }
span { border-color: rgb(250,16,206); }
td.TdClassName
{
border-color: #FA10CE;
}
.TagClassName
{
border-color: #FA10CE;
}
</style>