Shades of Deep Pink #FD0074
Tints of Deep Pink #FD0074
RGB
CMYK
RGB Variations
Color information
#FD0074 (or 0xFD0074) is known color: Deep Pink. HEX triplet: FD, 00 and 74. RGB value is (253,0,116). Sum of RGB (Red+Green+Blue) = 253+0+116=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0074 is #02FF8B. Grayscale: #585858. Windows color (decimal): -196492 or 7602429. OLE color: 7602429.
HSL color Cylindrical-coordinate representation of color #FD0074: hue angle of 332.49º 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 #FD0074 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.54 | 0.01 |
| HSL | 332.49º | 1% | 0.5% | - |
| HSV(B) | 332.49º | 1% | 0.99% | - |
| XYZ | 43.66 | 22.14 | 18.5 | - |
| YUV | 88.87 | 143.32 | 245.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 116 | 0 | 1 | 0.54 | 0.01 | 332.49 | 1 | 0.5 |
| Hex | FD | 0 | 74 | 0 | 64 | 36 | 1 | 14C | 64 | 32 |
| Octal | 375 | 0 | 164 | 0 | 144 | 66 | 1 | 514 | 144 | 62 |
| Binary | 11111101 | 0 | 1110100 | 0 | 1100100 | 110110 | 1 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FD0074
Complementary color
Monochromatic Colors of #FD0074
Black with #FD0074
Text Example
Text Example
White with #FD0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0074; }
p { color: rgb(253,0,116); }
H1.HeaderClassName
{
color: #FD0074;
}
.AnyTagClassName
{
color: #FD0074;
}
</style>
background-color css
<style>
a { background-color: #FD0074; }
a { background-color: rgb(253,0,116); }
div.DivClassName
{
background-color: #FD0074;
}
.BgClassName
{
background-color: #FD0074;
}
</style>
border-color css
<style>
span { border-color: #FD0074; }
span { border-color: rgb(253,0,116); }
td.TdClassName
{
border-color: #FD0074;
}
.TagClassName
{
border-color: #FD0074;
}
</style>