Shades of Shocking Pink #FA1CC9
Tints of Shocking Pink #FA1CC9
RGB
CMYK
RGB Variations
Color information
#FA1CC9 (or 0xFA1CC9) is known color: Shocking Pink. HEX triplet: FA, 1C and C9. RGB value is (250,28,201). Sum of RGB (Red+Green+Blue) = 250+28+201=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CC9 is #05E336. Grayscale: #717171. Windows color (decimal): -385847 or 13180154. OLE color: 13180154.
HSL color Cylindrical-coordinate representation of color #FA1CC9: hue angle of 313.24º 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 #FA1CC9 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 201 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.02 |
| HSL | 313.24º | 0.96% | 0.55% | - |
| HSV(B) | 313.24º | 0.89% | 0.98% | - |
| XYZ | 50.38 | 25.37 | 57.5 | - |
| YUV | 114.1 | 177.05 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 201 | 0 | 0.89 | 0.20 | 0.02 | 313.24 | 0.96 | 0.55 |
| Hex | FA | 1C | C9 | 0 | 59 | 14 | 2 | 139 | 60 | 37 |
| Octal | 372 | 34 | 311 | 0 | 131 | 24 | 2 | 471 | 140 | 67 |
| Binary | 11111010 | 11100 | 11001001 | 0 | 1011001 | 10100 | 10 | 100111001 | 1100000 | 110111 |
Color Harmonies of #FA1CC9
Complementary color
Monochromatic Colors of #FA1CC9
Black with #FA1CC9
Text Example
Text Example
White with #FA1CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CC9; }
p { color: rgb(250,28,201); }
H1.HeaderClassName
{
color: #FA1CC9;
}
.AnyTagClassName
{
color: #FA1CC9;
}
</style>
background-color css
<style>
a { background-color: #FA1CC9; }
a { background-color: rgb(250,28,201); }
div.DivClassName
{
background-color: #FA1CC9;
}
.BgClassName
{
background-color: #FA1CC9;
}
</style>
border-color css
<style>
span { border-color: #FA1CC9; }
span { border-color: rgb(250,28,201); }
td.TdClassName
{
border-color: #FA1CC9;
}
.TagClassName
{
border-color: #FA1CC9;
}
</style>