Shades of Deep Pink #FA007F
Tints of Deep Pink #FA007F
RGB
CMYK
RGB Variations
Color information
#FA007F (or 0xFA007F) is known color: Deep Pink. HEX triplet: FA, 00 and 7F. RGB value is (250,0,127). Sum of RGB (Red+Green+Blue) = 250+0+127=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA007F is #05FF80. Grayscale: #585858. Windows color (decimal): -393089 or 8323322. OLE color: 8323322.
HSL color Cylindrical-coordinate representation of color #FA007F: hue angle of 329.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA007F is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.49 | 0.02 |
| HSL | 329.52º | 1% | 0.49% | - |
| HSV(B) | 329.52º | 1% | 0.98% | - |
| XYZ | 43.26 | 21.86 | 22.02 | - |
| YUV | 89.23 | 149.33 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 127 | 0 | 1 | 0.49 | 0.02 | 329.52 | 1 | 0.49 |
| Hex | FA | 0 | 7F | 0 | 64 | 31 | 2 | 14A | 64 | 31 |
| Octal | 372 | 0 | 177 | 0 | 144 | 61 | 2 | 512 | 144 | 61 |
| Binary | 11111010 | 0 | 1111111 | 0 | 1100100 | 110001 | 10 | 101001010 | 1100100 | 110001 |
Color Harmonies of #FA007F
Complementary color
Monochromatic Colors of #FA007F
Black with #FA007F
Text Example
Text Example
White with #FA007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA007F; }
p { color: rgb(250,0,127); }
H1.HeaderClassName
{
color: #FA007F;
}
.AnyTagClassName
{
color: #FA007F;
}
</style>
background-color css
<style>
a { background-color: #FA007F; }
a { background-color: rgb(250,0,127); }
div.DivClassName
{
background-color: #FA007F;
}
.BgClassName
{
background-color: #FA007F;
}
</style>
border-color css
<style>
span { border-color: #FA007F; }
span { border-color: rgb(250,0,127); }
td.TdClassName
{
border-color: #FA007F;
}
.TagClassName
{
border-color: #FA007F;
}
</style>