Shades of Shocking Pink #FA0CB4
Tints of Shocking Pink #FA0CB4
RGB
CMYK
RGB Variations
Color information
#FA0CB4 (or 0xFA0CB4) is known color: Shocking Pink. HEX triplet: FA, 0C and B4. RGB value is (250,12,180). Sum of RGB (Red+Green+Blue) = 250+12+180=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CB4 is #05F34B. Grayscale: #656565. Windows color (decimal): -389964 or 11799802. OLE color: 11799802.
HSL color Cylindrical-coordinate representation of color #FA0CB4: hue angle of 317.65º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CB4 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 180 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.02 |
| HSL | 317.65º | 0.96% | 0.51% | - |
| HSV(B) | 317.65º | 0.95% | 0.98% | - |
| XYZ | 47.79 | 23.88 | 45.27 | - |
| YUV | 102.31 | 171.85 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 180 | 0 | 0.95 | 0.28 | 0.02 | 317.65 | 0.96 | 0.51 |
| Hex | FA | C | B4 | 0 | 5F | 1C | 2 | 13E | 60 | 33 |
| Octal | 372 | 14 | 264 | 0 | 137 | 34 | 2 | 476 | 140 | 63 |
| Binary | 11111010 | 1100 | 10110100 | 0 | 1011111 | 11100 | 10 | 100111110 | 1100000 | 110011 |
Color Harmonies of #FA0CB4
Complementary color
Monochromatic Colors of #FA0CB4
Black with #FA0CB4
Text Example
Text Example
White with #FA0CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CB4; }
p { color: rgb(250,12,180); }
H1.HeaderClassName
{
color: #FA0CB4;
}
.AnyTagClassName
{
color: #FA0CB4;
}
</style>
background-color css
<style>
a { background-color: #FA0CB4; }
a { background-color: rgb(250,12,180); }
div.DivClassName
{
background-color: #FA0CB4;
}
.BgClassName
{
background-color: #FA0CB4;
}
</style>
border-color css
<style>
span { border-color: #FA0CB4; }
span { border-color: rgb(250,12,180); }
td.TdClassName
{
border-color: #FA0CB4;
}
.TagClassName
{
border-color: #FA0CB4;
}
</style>