Shades of Shocking Pink #FA03B5
Tints of Shocking Pink #FA03B5
RGB
CMYK
RGB Variations
Color information
#FA03B5 (or 0xFA03B5) is known color: Shocking Pink. HEX triplet: FA, 03 and B5. RGB value is (250,3,181). Sum of RGB (Red+Green+Blue) = 250+3+181=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA03B5 is #05FC4A. Grayscale: #606060. Windows color (decimal): -392267 or 11863034. OLE color: 11863034.
HSL color Cylindrical-coordinate representation of color #FA03B5: hue angle of 316.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03B5 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.02 |
| HSL | 316.76º | 0.98% | 0.5% | - |
| HSV(B) | 316.76º | 0.99% | 0.98% | - |
| XYZ | 47.8 | 23.73 | 45.78 | - |
| YUV | 97.15 | 175.33 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 181 | 0 | 0.99 | 0.28 | 0.02 | 316.76 | 0.98 | 0.5 |
| Hex | FA | 3 | B5 | 0 | 63 | 1C | 2 | 13D | 62 | 32 |
| Octal | 372 | 3 | 265 | 0 | 143 | 34 | 2 | 475 | 142 | 62 |
| Binary | 11111010 | 11 | 10110101 | 0 | 1100011 | 11100 | 10 | 100111101 | 1100010 | 110010 |
Color Harmonies of #FA03B5
Complementary color
Monochromatic Colors of #FA03B5
Black with #FA03B5
Text Example
Text Example
White with #FA03B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03B5; }
p { color: rgb(250,3,181); }
H1.HeaderClassName
{
color: #FA03B5;
}
.AnyTagClassName
{
color: #FA03B5;
}
</style>
background-color css
<style>
a { background-color: #FA03B5; }
a { background-color: rgb(250,3,181); }
div.DivClassName
{
background-color: #FA03B5;
}
.BgClassName
{
background-color: #FA03B5;
}
</style>
border-color css
<style>
span { border-color: #FA03B5; }
span { border-color: rgb(250,3,181); }
td.TdClassName
{
border-color: #FA03B5;
}
.TagClassName
{
border-color: #FA03B5;
}
</style>