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