Shades of Shocking Pink #FA0CC5
Tints of Shocking Pink #FA0CC5
RGB
CMYK
RGB Variations
Color information
#FA0CC5 (or 0xFA0CC5) is known color: Shocking Pink. HEX triplet: FA, 0C and C5. RGB value is (250,12,197). Sum of RGB (Red+Green+Blue) = 250+12+197=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CC5 is #05F33A. Grayscale: #676767. Windows color (decimal): -389947 or 12913914. OLE color: 12913914.
HSL color Cylindrical-coordinate representation of color #FA0CC5: hue angle of 313.36º 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 #FA0CC5 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 197 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.02 |
| HSL | 313.36º | 0.96% | 0.51% | - |
| HSV(B) | 313.36º | 0.95% | 0.98% | - |
| XYZ | 49.63 | 24.62 | 54.96 | - |
| YUV | 104.25 | 180.35 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 197 | 0 | 0.95 | 0.21 | 0.02 | 313.36 | 0.96 | 0.51 |
| Hex | FA | C | C5 | 0 | 5F | 15 | 2 | 139 | 60 | 33 |
| Octal | 372 | 14 | 305 | 0 | 137 | 25 | 2 | 471 | 140 | 63 |
| Binary | 11111010 | 1100 | 11000101 | 0 | 1011111 | 10101 | 10 | 100111001 | 1100000 | 110011 |
Color Harmonies of #FA0CC5
Complementary color
Monochromatic Colors of #FA0CC5
Black with #FA0CC5
Text Example
Text Example
White with #FA0CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CC5; }
p { color: rgb(250,12,197); }
H1.HeaderClassName
{
color: #FA0CC5;
}
.AnyTagClassName
{
color: #FA0CC5;
}
</style>
background-color css
<style>
a { background-color: #FA0CC5; }
a { background-color: rgb(250,12,197); }
div.DivClassName
{
background-color: #FA0CC5;
}
.BgClassName
{
background-color: #FA0CC5;
}
</style>
border-color css
<style>
span { border-color: #FA0CC5; }
span { border-color: rgb(250,12,197); }
td.TdClassName
{
border-color: #FA0CC5;
}
.TagClassName
{
border-color: #FA0CC5;
}
</style>