Shades of Deep Pink #FA007B
Tints of Deep Pink #FA007B
RGB
CMYK
RGB Variations
Color information
#FA007B (or 0xFA007B) is known color: Deep Pink. HEX triplet: FA, 00 and 7B. RGB value is (250,0,123). Sum of RGB (Red+Green+Blue) = 250+0+123=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA007B is #05FF84. Grayscale: #585858. Windows color (decimal): -393093 or 8061178. OLE color: 8061178.
HSL color Cylindrical-coordinate representation of color #FA007B: hue angle of 330.48º 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 #FA007B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.51 | 0.02 |
| HSL | 330.48º | 1% | 0.49% | - |
| HSV(B) | 330.48º | 1% | 0.98% | - |
| XYZ | 43 | 21.75 | 20.67 | - |
| YUV | 88.77 | 147.33 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 123 | 0 | 1 | 0.51 | 0.02 | 330.48 | 1 | 0.49 |
| Hex | FA | 0 | 7B | 0 | 64 | 33 | 2 | 14A | 64 | 31 |
| Octal | 372 | 0 | 173 | 0 | 144 | 63 | 2 | 512 | 144 | 61 |
| Binary | 11111010 | 0 | 1111011 | 0 | 1100100 | 110011 | 10 | 101001010 | 1100100 | 110001 |
Color Harmonies of #FA007B
Complementary color
Monochromatic Colors of #FA007B
Black with #FA007B
Text Example
Text Example
White with #FA007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA007B; }
p { color: rgb(250,0,123); }
H1.HeaderClassName
{
color: #FA007B;
}
.AnyTagClassName
{
color: #FA007B;
}
</style>
background-color css
<style>
a { background-color: #FA007B; }
a { background-color: rgb(250,0,123); }
div.DivClassName
{
background-color: #FA007B;
}
.BgClassName
{
background-color: #FA007B;
}
</style>
border-color css
<style>
span { border-color: #FA007B; }
span { border-color: rgb(250,0,123); }
td.TdClassName
{
border-color: #FA007B;
}
.TagClassName
{
border-color: #FA007B;
}
</style>