Shades of Shocking Pink #FA0CB6
Tints of Shocking Pink #FA0CB6
RGB
CMYK
RGB Variations
Color information
#FA0CB6 (or 0xFA0CB6) is known color: Shocking Pink. HEX triplet: FA, 0C and B6. RGB value is (250,12,182). Sum of RGB (Red+Green+Blue) = 250+12+182=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CB6 is #05F349. Grayscale: #666666. Windows color (decimal): -389962 or 11930874. OLE color: 11930874.
HSL color Cylindrical-coordinate representation of color #FA0CB6: hue angle of 317.14º 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 #FA0CB6 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 182 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.02 |
| HSL | 317.14º | 0.96% | 0.51% | - |
| HSV(B) | 317.14º | 0.95% | 0.98% | - |
| XYZ | 48 | 23.96 | 46.35 | - |
| YUV | 102.54 | 172.85 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 182 | 0 | 0.95 | 0.27 | 0.02 | 317.14 | 0.96 | 0.51 |
| Hex | FA | C | B6 | 0 | 5F | 1B | 2 | 13D | 60 | 33 |
| Octal | 372 | 14 | 266 | 0 | 137 | 33 | 2 | 475 | 140 | 63 |
| Binary | 11111010 | 1100 | 10110110 | 0 | 1011111 | 11011 | 10 | 100111101 | 1100000 | 110011 |
Color Harmonies of #FA0CB6
Complementary color
Monochromatic Colors of #FA0CB6
Black with #FA0CB6
Text Example
Text Example
White with #FA0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CB6; }
p { color: rgb(250,12,182); }
H1.HeaderClassName
{
color: #FA0CB6;
}
.AnyTagClassName
{
color: #FA0CB6;
}
</style>
background-color css
<style>
a { background-color: #FA0CB6; }
a { background-color: rgb(250,12,182); }
div.DivClassName
{
background-color: #FA0CB6;
}
.BgClassName
{
background-color: #FA0CB6;
}
</style>
border-color css
<style>
span { border-color: #FA0CB6; }
span { border-color: rgb(250,12,182); }
td.TdClassName
{
border-color: #FA0CB6;
}
.TagClassName
{
border-color: #FA0CB6;
}
</style>