Shades of Deep Pink #FD0474
Tints of Deep Pink #FD0474
RGB
CMYK
RGB Variations
Color information
#FD0474 (or 0xFD0474) is known color: Deep Pink. HEX triplet: FD, 04 and 74. RGB value is (253,4,116). Sum of RGB (Red+Green+Blue) = 253+4+116=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0474 is #02FB8B. Grayscale: #5B5B5B. Windows color (decimal): -195468 or 7603453. OLE color: 7603453.
HSL color Cylindrical-coordinate representation of color #FD0474: hue angle of 333.01º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0474 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.01 |
| HSL | 333.01º | 0.98% | 0.5% | - |
| HSV(B) | 333.01º | 0.98% | 0.99% | - |
| XYZ | 43.7 | 22.23 | 18.51 | - |
| YUV | 91.22 | 141.99 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 116 | 0 | 0.98 | 0.54 | 0.01 | 333.01 | 0.98 | 0.5 |
| Hex | FD | 4 | 74 | 0 | 62 | 36 | 1 | 14D | 62 | 32 |
| Octal | 375 | 4 | 164 | 0 | 142 | 66 | 1 | 515 | 142 | 62 |
| Binary | 11111101 | 100 | 1110100 | 0 | 1100010 | 110110 | 1 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FD0474
Complementary color
Monochromatic Colors of #FD0474
Black with #FD0474
Text Example
Text Example
White with #FD0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0474; }
p { color: rgb(253,4,116); }
H1.HeaderClassName
{
color: #FD0474;
}
.AnyTagClassName
{
color: #FD0474;
}
</style>
background-color css
<style>
a { background-color: #FD0474; }
a { background-color: rgb(253,4,116); }
div.DivClassName
{
background-color: #FD0474;
}
.BgClassName
{
background-color: #FD0474;
}
</style>
border-color css
<style>
span { border-color: #FD0474; }
span { border-color: rgb(253,4,116); }
td.TdClassName
{
border-color: #FD0474;
}
.TagClassName
{
border-color: #FD0474;
}
</style>