Shades of Deep Pink #FA0481
Tints of Deep Pink #FA0481
RGB
CMYK
RGB Variations
Color information
#FA0481 (or 0xFA0481) is known color: Deep Pink. HEX triplet: FA, 04 and 81. RGB value is (250,4,129). Sum of RGB (Red+Green+Blue) = 250+4+129=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0481 is #05FB7E. Grayscale: #5B5B5B. Windows color (decimal): -392063 or 8455418. OLE color: 8455418.
HSL color Cylindrical-coordinate representation of color #FA0481: hue angle of 329.51º degrees, saturation: 0.97, 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 #FA0481 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.02 |
| HSL | 329.51º | 0.97% | 0.5% | - |
| HSV(B) | 329.51º | 0.98% | 0.98% | - |
| XYZ | 43.43 | 22 | 22.73 | - |
| YUV | 91.8 | 149 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 129 | 0 | 0.98 | 0.48 | 0.02 | 329.51 | 0.97 | 0.5 |
| Hex | FA | 4 | 81 | 0 | 62 | 30 | 2 | 14A | 61 | 32 |
| Octal | 372 | 4 | 201 | 0 | 142 | 60 | 2 | 512 | 141 | 62 |
| Binary | 11111010 | 100 | 10000001 | 0 | 1100010 | 110000 | 10 | 101001010 | 1100001 | 110010 |
Color Harmonies of #FA0481
Complementary color
Monochromatic Colors of #FA0481
Black with #FA0481
Text Example
Text Example
White with #FA0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0481; }
p { color: rgb(250,4,129); }
H1.HeaderClassName
{
color: #FA0481;
}
.AnyTagClassName
{
color: #FA0481;
}
</style>
background-color css
<style>
a { background-color: #FA0481; }
a { background-color: rgb(250,4,129); }
div.DivClassName
{
background-color: #FA0481;
}
.BgClassName
{
background-color: #FA0481;
}
</style>
border-color css
<style>
span { border-color: #FA0481; }
span { border-color: rgb(250,4,129); }
td.TdClassName
{
border-color: #FA0481;
}
.TagClassName
{
border-color: #FA0481;
}
</style>