Shades of Deep Pink #FA017A
Tints of Deep Pink #FA017A
RGB
CMYK
RGB Variations
Color information
#FA017A (or 0xFA017A) is known color: Deep Pink. HEX triplet: FA, 01 and 7A. RGB value is (250,1,122). Sum of RGB (Red+Green+Blue) = 250+1+122=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA017A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA017A is #05FE85. Grayscale: #595959. Windows color (decimal): -392838 or 7995898. OLE color: 7995898.
HSL color Cylindrical-coordinate representation of color #FA017A: hue angle of 330.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA017A is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.02 |
| HSL | 330.84º | 0.99% | 0.49% | - |
| HSV(B) | 330.84º | 1% | 0.98% | - |
| XYZ | 42.95 | 21.75 | 20.35 | - |
| YUV | 89.25 | 146.49 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 122 | 0 | 1.00 | 0.51 | 0.02 | 330.84 | 0.99 | 0.49 |
| Hex | FA | 1 | 7A | 0 | 64 | 33 | 2 | 14B | 63 | 31 |
| Octal | 372 | 1 | 172 | 0 | 144 | 63 | 2 | 513 | 143 | 61 |
| Binary | 11111010 | 1 | 1111010 | 0 | 1100100 | 110011 | 10 | 101001011 | 1100011 | 110001 |
Color Harmonies of #FA017A
Complementary color
Monochromatic Colors of #FA017A
Black with #FA017A
Text Example
Text Example
White with #FA017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA017A; }
p { color: rgb(250,1,122); }
H1.HeaderClassName
{
color: #FA017A;
}
.AnyTagClassName
{
color: #FA017A;
}
</style>
background-color css
<style>
a { background-color: #FA017A; }
a { background-color: rgb(250,1,122); }
div.DivClassName
{
background-color: #FA017A;
}
.BgClassName
{
background-color: #FA017A;
}
</style>
border-color css
<style>
span { border-color: #FA017A; }
span { border-color: rgb(250,1,122); }
td.TdClassName
{
border-color: #FA017A;
}
.TagClassName
{
border-color: #FA017A;
}
</style>