Shades of Shocking Pink #FA1CCA
Tints of Shocking Pink #FA1CCA
RGB
CMYK
RGB Variations
Color information
#FA1CCA (or 0xFA1CCA) is known color: Shocking Pink. HEX triplet: FA, 1C and CA. RGB value is (250,28,202). Sum of RGB (Red+Green+Blue) = 250+28+202=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CCA is #05E335. Grayscale: #717171. Windows color (decimal): -385846 or 13245690. OLE color: 13245690.
HSL color Cylindrical-coordinate representation of color #FA1CCA: hue angle of 312.97º 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 #FA1CCA is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 202 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.02 |
| HSL | 312.97º | 0.96% | 0.55% | - |
| HSV(B) | 312.97º | 0.89% | 0.98% | - |
| XYZ | 50.5 | 25.42 | 58.12 | - |
| YUV | 114.21 | 177.55 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 202 | 0 | 0.89 | 0.19 | 0.02 | 312.97 | 0.96 | 0.55 |
| Hex | FA | 1C | CA | 0 | 59 | 13 | 2 | 139 | 60 | 37 |
| Octal | 372 | 34 | 312 | 0 | 131 | 23 | 2 | 471 | 140 | 67 |
| Binary | 11111010 | 11100 | 11001010 | 0 | 1011001 | 10011 | 10 | 100111001 | 1100000 | 110111 |
Color Harmonies of #FA1CCA
Complementary color
Monochromatic Colors of #FA1CCA
Black with #FA1CCA
Text Example
Text Example
White with #FA1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CCA; }
p { color: rgb(250,28,202); }
H1.HeaderClassName
{
color: #FA1CCA;
}
.AnyTagClassName
{
color: #FA1CCA;
}
</style>
background-color css
<style>
a { background-color: #FA1CCA; }
a { background-color: rgb(250,28,202); }
div.DivClassName
{
background-color: #FA1CCA;
}
.BgClassName
{
background-color: #FA1CCA;
}
</style>
border-color css
<style>
span { border-color: #FA1CCA; }
span { border-color: rgb(250,28,202); }
td.TdClassName
{
border-color: #FA1CCA;
}
.TagClassName
{
border-color: #FA1CCA;
}
</style>