Shades of Shocking Pink #FA0FC5
Tints of Shocking Pink #FA0FC5
RGB
CMYK
RGB Variations
Color information
#FA0FC5 (or 0xFA0FC5) is known color: Shocking Pink. HEX triplet: FA, 0F and C5. RGB value is (250,15,197). Sum of RGB (Red+Green+Blue) = 250+15+197=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FC5 is #05F03A. Grayscale: #696969. Windows color (decimal): -389179 or 12914682. OLE color: 12914682.
HSL color Cylindrical-coordinate representation of color #FA0FC5: hue angle of 313.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FC5 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 197 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.02 |
| HSL | 313.53º | 0.96% | 0.52% | - |
| HSV(B) | 313.53º | 0.94% | 0.98% | - |
| XYZ | 49.67 | 24.7 | 54.97 | - |
| YUV | 106.01 | 179.36 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 197 | 0 | 0.94 | 0.21 | 0.02 | 313.53 | 0.96 | 0.52 |
| Hex | FA | F | C5 | 0 | 5E | 15 | 2 | 13A | 60 | 34 |
| Octal | 372 | 17 | 305 | 0 | 136 | 25 | 2 | 472 | 140 | 64 |
| Binary | 11111010 | 1111 | 11000101 | 0 | 1011110 | 10101 | 10 | 100111010 | 1100000 | 110100 |
Color Harmonies of #FA0FC5
Complementary color
Monochromatic Colors of #FA0FC5
Black with #FA0FC5
Text Example
Text Example
White with #FA0FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FC5; }
p { color: rgb(250,15,197); }
H1.HeaderClassName
{
color: #FA0FC5;
}
.AnyTagClassName
{
color: #FA0FC5;
}
</style>
background-color css
<style>
a { background-color: #FA0FC5; }
a { background-color: rgb(250,15,197); }
div.DivClassName
{
background-color: #FA0FC5;
}
.BgClassName
{
background-color: #FA0FC5;
}
</style>
border-color css
<style>
span { border-color: #FA0FC5; }
span { border-color: rgb(250,15,197); }
td.TdClassName
{
border-color: #FA0FC5;
}
.TagClassName
{
border-color: #FA0FC5;
}
</style>