Shades of Shocking Pink #FA10CB
Tints of Shocking Pink #FA10CB
RGB
CMYK
RGB Variations
Color information
#FA10CB (or 0xFA10CB) is known color: Shocking Pink. HEX triplet: FA, 10 and CB. RGB value is (250,16,203). Sum of RGB (Red+Green+Blue) = 250+16+203=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10CB is #05EF34. Grayscale: #6A6A6A. Windows color (decimal): -388917 or 13308154. OLE color: 13308154.
HSL color Cylindrical-coordinate representation of color #FA10CB: hue angle of 312.05º 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 #FA10CB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 203 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.02 |
| HSL | 312.05º | 0.96% | 0.52% | - |
| HSV(B) | 312.05º | 0.94% | 0.98% | - |
| XYZ | 50.39 | 25.01 | 58.67 | - |
| YUV | 107.28 | 182.02 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 203 | 0 | 0.94 | 0.19 | 0.02 | 312.05 | 0.96 | 0.52 |
| Hex | FA | 10 | CB | 0 | 5E | 13 | 2 | 138 | 60 | 34 |
| Octal | 372 | 20 | 313 | 0 | 136 | 23 | 2 | 470 | 140 | 64 |
| Binary | 11111010 | 10000 | 11001011 | 0 | 1011110 | 10011 | 10 | 100111000 | 1100000 | 110100 |
Color Harmonies of #FA10CB
Complementary color
Monochromatic Colors of #FA10CB
Black with #FA10CB
Text Example
Text Example
White with #FA10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10CB; }
p { color: rgb(250,16,203); }
H1.HeaderClassName
{
color: #FA10CB;
}
.AnyTagClassName
{
color: #FA10CB;
}
</style>
background-color css
<style>
a { background-color: #FA10CB; }
a { background-color: rgb(250,16,203); }
div.DivClassName
{
background-color: #FA10CB;
}
.BgClassName
{
background-color: #FA10CB;
}
</style>
border-color css
<style>
span { border-color: #FA10CB; }
span { border-color: rgb(250,16,203); }
td.TdClassName
{
border-color: #FA10CB;
}
.TagClassName
{
border-color: #FA10CB;
}
</style>