Shades of Shocking Pink #FA1CCD
Tints of Shocking Pink #FA1CCD
RGB
CMYK
RGB Variations
Color information
#FA1CCD (or 0xFA1CCD) is known color: Shocking Pink. HEX triplet: FA, 1C and CD. RGB value is (250,28,205). Sum of RGB (Red+Green+Blue) = 250+28+205=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CCD is #05E332. Grayscale: #727272. Windows color (decimal): -385843 or 13442298. OLE color: 13442298.
HSL color Cylindrical-coordinate representation of color #FA1CCD: hue angle of 312.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CCD is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 205 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.02 |
| HSL | 312.16º | 0.96% | 0.55% | - |
| HSV(B) | 312.16º | 0.89% | 0.98% | - |
| XYZ | 50.86 | 25.56 | 60.01 | - |
| YUV | 114.56 | 179.05 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 205 | 0 | 0.89 | 0.18 | 0.02 | 312.16 | 0.96 | 0.55 |
| Hex | FA | 1C | CD | 0 | 59 | 12 | 2 | 138 | 60 | 37 |
| Octal | 372 | 34 | 315 | 0 | 131 | 22 | 2 | 470 | 140 | 67 |
| Binary | 11111010 | 11100 | 11001101 | 0 | 1011001 | 10010 | 10 | 100111000 | 1100000 | 110111 |
Color Harmonies of #FA1CCD
Complementary color
Monochromatic Colors of #FA1CCD
Black with #FA1CCD
Text Example
Text Example
White with #FA1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CCD; }
p { color: rgb(250,28,205); }
H1.HeaderClassName
{
color: #FA1CCD;
}
.AnyTagClassName
{
color: #FA1CCD;
}
</style>
background-color css
<style>
a { background-color: #FA1CCD; }
a { background-color: rgb(250,28,205); }
div.DivClassName
{
background-color: #FA1CCD;
}
.BgClassName
{
background-color: #FA1CCD;
}
</style>
border-color css
<style>
span { border-color: #FA1CCD; }
span { border-color: rgb(250,28,205); }
td.TdClassName
{
border-color: #FA1CCD;
}
.TagClassName
{
border-color: #FA1CCD;
}
</style>