Shades of Shocking Pink #FA02BD
Tints of Shocking Pink #FA02BD
RGB
CMYK
RGB Variations
Color information
#FA02BD (or 0xFA02BD) is known color: Shocking Pink. HEX triplet: FA, 02 and BD. RGB value is (250,2,189). Sum of RGB (Red+Green+Blue) = 250+2+189=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02BD is #05FD42. Grayscale: #606060. Windows color (decimal): -392515 or 12387066. OLE color: 12387066.
HSL color Cylindrical-coordinate representation of color #FA02BD: hue angle of 314.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02BD is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.02 |
| HSL | 314.76º | 0.98% | 0.49% | - |
| HSV(B) | 314.76º | 0.99% | 0.98% | - |
| XYZ | 48.63 | 24.04 | 50.22 | - |
| YUV | 97.47 | 179.66 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 189 | 0 | 0.99 | 0.24 | 0.02 | 314.76 | 0.98 | 0.49 |
| Hex | FA | 2 | BD | 0 | 63 | 18 | 2 | 13B | 62 | 31 |
| Octal | 372 | 2 | 275 | 0 | 143 | 30 | 2 | 473 | 142 | 61 |
| Binary | 11111010 | 10 | 10111101 | 0 | 1100011 | 11000 | 10 | 100111011 | 1100010 | 110001 |
Color Harmonies of #FA02BD
Complementary color
Monochromatic Colors of #FA02BD
Black with #FA02BD
Text Example
Text Example
White with #FA02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02BD; }
p { color: rgb(250,2,189); }
H1.HeaderClassName
{
color: #FA02BD;
}
.AnyTagClassName
{
color: #FA02BD;
}
</style>
background-color css
<style>
a { background-color: #FA02BD; }
a { background-color: rgb(250,2,189); }
div.DivClassName
{
background-color: #FA02BD;
}
.BgClassName
{
background-color: #FA02BD;
}
</style>
border-color css
<style>
span { border-color: #FA02BD; }
span { border-color: rgb(250,2,189); }
td.TdClassName
{
border-color: #FA02BD;
}
.TagClassName
{
border-color: #FA02BD;
}
</style>