Shades of Shocking Pink #FA05BC
Tints of Shocking Pink #FA05BC
RGB
CMYK
RGB Variations
Color information
#FA05BC (or 0xFA05BC) is known color: Shocking Pink. HEX triplet: FA, 05 and BC. RGB value is (250,5,188). Sum of RGB (Red+Green+Blue) = 250+5+188=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05BC is #05FA43. Grayscale: #626262. Windows color (decimal): -391748 or 12322298. OLE color: 12322298.
HSL color Cylindrical-coordinate representation of color #FA05BC: hue angle of 315.18º degrees, saturation: 0.96, 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 #FA05BC is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.02 |
| HSL | 315.18º | 0.96% | 0.5% | - |
| HSV(B) | 315.18º | 0.98% | 0.98% | - |
| XYZ | 48.56 | 24.06 | 49.66 | - |
| YUV | 99.12 | 178.17 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 188 | 0 | 0.98 | 0.25 | 0.02 | 315.18 | 0.96 | 0.5 |
| Hex | FA | 5 | BC | 0 | 62 | 19 | 2 | 13B | 60 | 32 |
| Octal | 372 | 5 | 274 | 0 | 142 | 31 | 2 | 473 | 140 | 62 |
| Binary | 11111010 | 101 | 10111100 | 0 | 1100010 | 11001 | 10 | 100111011 | 1100000 | 110010 |
Color Harmonies of #FA05BC
Complementary color
Monochromatic Colors of #FA05BC
Black with #FA05BC
Text Example
Text Example
White with #FA05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05BC; }
p { color: rgb(250,5,188); }
H1.HeaderClassName
{
color: #FA05BC;
}
.AnyTagClassName
{
color: #FA05BC;
}
</style>
background-color css
<style>
a { background-color: #FA05BC; }
a { background-color: rgb(250,5,188); }
div.DivClassName
{
background-color: #FA05BC;
}
.BgClassName
{
background-color: #FA05BC;
}
</style>
border-color css
<style>
span { border-color: #FA05BC; }
span { border-color: rgb(250,5,188); }
td.TdClassName
{
border-color: #FA05BC;
}
.TagClassName
{
border-color: #FA05BC;
}
</style>