Shades of Shocking Pink #FA04B5
Tints of Shocking Pink #FA04B5
RGB
CMYK
RGB Variations
Color information
#FA04B5 (or 0xFA04B5) is known color: Shocking Pink. HEX triplet: FA, 04 and B5. RGB value is (250,4,181). Sum of RGB (Red+Green+Blue) = 250+4+181=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04B5 is #05FB4A. Grayscale: #616161. Windows color (decimal): -392011 or 11863290. OLE color: 11863290.
HSL color Cylindrical-coordinate representation of color #FA04B5: hue angle of 316.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04B5 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.02 |
| HSL | 316.83º | 0.97% | 0.5% | - |
| HSV(B) | 316.83º | 0.98% | 0.98% | - |
| XYZ | 47.81 | 23.75 | 45.78 | - |
| YUV | 97.73 | 175 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 181 | 0 | 0.98 | 0.28 | 0.02 | 316.83 | 0.97 | 0.5 |
| Hex | FA | 4 | B5 | 0 | 62 | 1C | 2 | 13D | 61 | 32 |
| Octal | 372 | 4 | 265 | 0 | 142 | 34 | 2 | 475 | 141 | 62 |
| Binary | 11111010 | 100 | 10110101 | 0 | 1100010 | 11100 | 10 | 100111101 | 1100001 | 110010 |
Color Harmonies of #FA04B5
Complementary color
Monochromatic Colors of #FA04B5
Black with #FA04B5
Text Example
Text Example
White with #FA04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04B5; }
p { color: rgb(250,4,181); }
H1.HeaderClassName
{
color: #FA04B5;
}
.AnyTagClassName
{
color: #FA04B5;
}
</style>
background-color css
<style>
a { background-color: #FA04B5; }
a { background-color: rgb(250,4,181); }
div.DivClassName
{
background-color: #FA04B5;
}
.BgClassName
{
background-color: #FA04B5;
}
</style>
border-color css
<style>
span { border-color: #FA04B5; }
span { border-color: rgb(250,4,181); }
td.TdClassName
{
border-color: #FA04B5;
}
.TagClassName
{
border-color: #FA04B5;
}
</style>