Shades of Deep Pink #FD007A
Tints of Deep Pink #FD007A
RGB
CMYK
RGB Variations
Color information
#FD007A (or 0xFD007A) is known color: Deep Pink. HEX triplet: FD, 00 and 7A. RGB value is (253,0,122). Sum of RGB (Red+Green+Blue) = 253+0+122=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD007A is #02FF85. Grayscale: #595959. Windows color (decimal): -196486 or 7995645. OLE color: 7995645.
HSL color Cylindrical-coordinate representation of color #FD007A: hue angle of 331.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD007A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.52 | 0.01 |
| HSL | 331.07º | 1% | 0.5% | - |
| HSV(B) | 331.07º | 1% | 0.99% | - |
| XYZ | 44.02 | 22.29 | 20.39 | - |
| YUV | 89.56 | 146.32 | 244.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 122 | 0 | 1 | 0.52 | 0.01 | 331.07 | 1 | 0.5 |
| Hex | FD | 0 | 7A | 0 | 64 | 34 | 1 | 14B | 64 | 32 |
| Octal | 375 | 0 | 172 | 0 | 144 | 64 | 1 | 513 | 144 | 62 |
| Binary | 11111101 | 0 | 1111010 | 0 | 1100100 | 110100 | 1 | 101001011 | 1100100 | 110010 |
Color Harmonies of #FD007A
Complementary color
Monochromatic Colors of #FD007A
Black with #FD007A
Text Example
Text Example
White with #FD007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD007A; }
p { color: rgb(253,0,122); }
H1.HeaderClassName
{
color: #FD007A;
}
.AnyTagClassName
{
color: #FD007A;
}
</style>
background-color css
<style>
a { background-color: #FD007A; }
a { background-color: rgb(253,0,122); }
div.DivClassName
{
background-color: #FD007A;
}
.BgClassName
{
background-color: #FD007A;
}
</style>
border-color css
<style>
span { border-color: #FD007A; }
span { border-color: rgb(253,0,122); }
td.TdClassName
{
border-color: #FD007A;
}
.TagClassName
{
border-color: #FD007A;
}
</style>