Shades of Shocking Pink #FA1FCB
Tints of Shocking Pink #FA1FCB
RGB
CMYK
RGB Variations
Color information
#FA1FCB (or 0xFA1FCB) is known color: Shocking Pink. HEX triplet: FA, 1F and CB. RGB value is (250,31,203). Sum of RGB (Red+Green+Blue) = 250+31+203=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1FCB is #05E034. Grayscale: #737373. Windows color (decimal): -385077 or 13311994. OLE color: 13311994.
HSL color Cylindrical-coordinate representation of color #FA1FCB: hue angle of 312.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FCB is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 203 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.02 |
| HSL | 312.88º | 0.96% | 0.55% | - |
| HSV(B) | 312.88º | 0.88% | 0.98% | - |
| XYZ | 50.69 | 25.62 | 58.77 | - |
| YUV | 116.09 | 177.05 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 203 | 0 | 0.88 | 0.19 | 0.02 | 312.88 | 0.96 | 0.55 |
| Hex | FA | 1F | CB | 0 | 58 | 13 | 2 | 139 | 60 | 37 |
| Octal | 372 | 37 | 313 | 0 | 130 | 23 | 2 | 471 | 140 | 67 |
| Binary | 11111010 | 11111 | 11001011 | 0 | 1011000 | 10011 | 10 | 100111001 | 1100000 | 110111 |
Color Harmonies of #FA1FCB
Complementary color
Monochromatic Colors of #FA1FCB
Black with #FA1FCB
Text Example
Text Example
White with #FA1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FCB; }
p { color: rgb(250,31,203); }
H1.HeaderClassName
{
color: #FA1FCB;
}
.AnyTagClassName
{
color: #FA1FCB;
}
</style>
background-color css
<style>
a { background-color: #FA1FCB; }
a { background-color: rgb(250,31,203); }
div.DivClassName
{
background-color: #FA1FCB;
}
.BgClassName
{
background-color: #FA1FCB;
}
</style>
border-color css
<style>
span { border-color: #FA1FCB; }
span { border-color: rgb(250,31,203); }
td.TdClassName
{
border-color: #FA1FCB;
}
.TagClassName
{
border-color: #FA1FCB;
}
</style>