Shades of Deep Pink #FA0388
Tints of Deep Pink #FA0388
RGB
CMYK
RGB Variations
Color information
#FA0388 (or 0xFA0388) is known color: Deep Pink. HEX triplet: FA, 03 and 88. RGB value is (250,3,136). Sum of RGB (Red+Green+Blue) = 250+3+136=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0388 is #05FC77. Grayscale: #5B5B5B. Windows color (decimal): -392312 or 8913914. OLE color: 8913914.
HSL color Cylindrical-coordinate representation of color #FA0388: hue angle of 327.69º 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 #FA0388 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 136 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.02 |
| HSL | 327.69º | 0.98% | 0.5% | - |
| HSV(B) | 327.69º | 0.99% | 0.98% | - |
| XYZ | 43.9 | 22.17 | 25.26 | - |
| YUV | 92.02 | 152.83 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 136 | 0 | 0.99 | 0.46 | 0.02 | 327.69 | 0.98 | 0.5 |
| Hex | FA | 3 | 88 | 0 | 63 | 2E | 2 | 148 | 62 | 32 |
| Octal | 372 | 3 | 210 | 0 | 143 | 56 | 2 | 510 | 142 | 62 |
| Binary | 11111010 | 11 | 10001000 | 0 | 1100011 | 101110 | 10 | 101001000 | 1100010 | 110010 |
Color Harmonies of #FA0388
Complementary color
Monochromatic Colors of #FA0388
Black with #FA0388
Text Example
Text Example
White with #FA0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0388; }
p { color: rgb(250,3,136); }
H1.HeaderClassName
{
color: #FA0388;
}
.AnyTagClassName
{
color: #FA0388;
}
</style>
background-color css
<style>
a { background-color: #FA0388; }
a { background-color: rgb(250,3,136); }
div.DivClassName
{
background-color: #FA0388;
}
.BgClassName
{
background-color: #FA0388;
}
</style>
border-color css
<style>
span { border-color: #FA0388; }
span { border-color: rgb(250,3,136); }
td.TdClassName
{
border-color: #FA0388;
}
.TagClassName
{
border-color: #FA0388;
}
</style>