Shades of Deep Pink #FA007C
Tints of Deep Pink #FA007C
RGB
CMYK
RGB Variations
Color information
#FA007C (or 0xFA007C) is known color: Deep Pink. HEX triplet: FA, 00 and 7C. RGB value is (250,0,124). Sum of RGB (Red+Green+Blue) = 250+0+124=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA007C is #05FF83. Grayscale: #585858. Windows color (decimal): -393092 or 8126714. OLE color: 8126714.
HSL color Cylindrical-coordinate representation of color #FA007C: hue angle of 330.24º 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 #FA007C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.50 | 0.02 |
| HSL | 330.24º | 1% | 0.49% | - |
| HSV(B) | 330.24º | 1% | 0.98% | - |
| XYZ | 43.06 | 21.78 | 21 | - |
| YUV | 88.89 | 147.83 | 242.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 124 | 0 | 1 | 0.50 | 0.02 | 330.24 | 1 | 0.49 |
| Hex | FA | 0 | 7C | 0 | 64 | 32 | 2 | 14A | 64 | 31 |
| Octal | 372 | 0 | 174 | 0 | 144 | 62 | 2 | 512 | 144 | 61 |
| Binary | 11111010 | 0 | 1111100 | 0 | 1100100 | 110010 | 10 | 101001010 | 1100100 | 110001 |
Color Harmonies of #FA007C
Complementary color
Monochromatic Colors of #FA007C
Black with #FA007C
Text Example
Text Example
White with #FA007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA007C; }
p { color: rgb(250,0,124); }
H1.HeaderClassName
{
color: #FA007C;
}
.AnyTagClassName
{
color: #FA007C;
}
</style>
background-color css
<style>
a { background-color: #FA007C; }
a { background-color: rgb(250,0,124); }
div.DivClassName
{
background-color: #FA007C;
}
.BgClassName
{
background-color: #FA007C;
}
</style>
border-color css
<style>
span { border-color: #FA007C; }
span { border-color: rgb(250,0,124); }
td.TdClassName
{
border-color: #FA007C;
}
.TagClassName
{
border-color: #FA007C;
}
</style>