Shades of Shocking Pink #FA0DB8
Tints of Shocking Pink #FA0DB8
RGB
CMYK
RGB Variations
Color information
#FA0DB8 (or 0xFA0DB8) is known color: Shocking Pink. HEX triplet: FA, 0D and B8. RGB value is (250,13,184). Sum of RGB (Red+Green+Blue) = 250+13+184=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DB8 is #05F247. Grayscale: #666666. Windows color (decimal): -389704 or 12062202. OLE color: 12062202.
HSL color Cylindrical-coordinate representation of color #FA0DB8: hue angle of 316.71º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DB8 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 184 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.02 |
| HSL | 316.71º | 0.96% | 0.52% | - |
| HSV(B) | 316.71º | 0.95% | 0.98% | - |
| XYZ | 48.22 | 24.07 | 47.45 | - |
| YUV | 103.36 | 173.52 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 184 | 0 | 0.95 | 0.26 | 0.02 | 316.71 | 0.96 | 0.52 |
| Hex | FA | D | B8 | 0 | 5F | 1A | 2 | 13D | 60 | 34 |
| Octal | 372 | 15 | 270 | 0 | 137 | 32 | 2 | 475 | 140 | 64 |
| Binary | 11111010 | 1101 | 10111000 | 0 | 1011111 | 11010 | 10 | 100111101 | 1100000 | 110100 |
Color Harmonies of #FA0DB8
Complementary color
Monochromatic Colors of #FA0DB8
Black with #FA0DB8
Text Example
Text Example
White with #FA0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DB8; }
p { color: rgb(250,13,184); }
H1.HeaderClassName
{
color: #FA0DB8;
}
.AnyTagClassName
{
color: #FA0DB8;
}
</style>
background-color css
<style>
a { background-color: #FA0DB8; }
a { background-color: rgb(250,13,184); }
div.DivClassName
{
background-color: #FA0DB8;
}
.BgClassName
{
background-color: #FA0DB8;
}
</style>
border-color css
<style>
span { border-color: #FA0DB8; }
span { border-color: rgb(250,13,184); }
td.TdClassName
{
border-color: #FA0DB8;
}
.TagClassName
{
border-color: #FA0DB8;
}
</style>