Shades of Deep Pink #FD0C74
Tints of Deep Pink #FD0C74
RGB
CMYK
RGB Variations
Color information
#FD0C74 (or 0xFD0C74) is known color: Deep Pink. HEX triplet: FD, 0C and 74. RGB value is (253,12,116). Sum of RGB (Red+Green+Blue) = 253+12+116=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0C74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0C74 is #02F38B. Grayscale: #5F5F5F. Windows color (decimal): -193420 or 7605501. OLE color: 7605501.
HSL color Cylindrical-coordinate representation of color #FD0C74: hue angle of 334.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0C74 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 116 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.01 |
| HSL | 334.11º | 0.98% | 0.52% | - |
| HSV(B) | 334.11º | 0.95% | 0.99% | - |
| XYZ | 43.79 | 22.41 | 18.54 | - |
| YUV | 95.92 | 139.34 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 116 | 0 | 0.95 | 0.54 | 0.01 | 334.11 | 0.98 | 0.52 |
| Hex | FD | C | 74 | 0 | 5F | 36 | 1 | 14E | 62 | 34 |
| Octal | 375 | 14 | 164 | 0 | 137 | 66 | 1 | 516 | 142 | 64 |
| Binary | 11111101 | 1100 | 1110100 | 0 | 1011111 | 110110 | 1 | 101001110 | 1100010 | 110100 |
Color Harmonies of #FD0C74
Complementary color
Monochromatic Colors of #FD0C74
Black with #FD0C74
Text Example
Text Example
White with #FD0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0C74; }
p { color: rgb(253,12,116); }
H1.HeaderClassName
{
color: #FD0C74;
}
.AnyTagClassName
{
color: #FD0C74;
}
</style>
background-color css
<style>
a { background-color: #FD0C74; }
a { background-color: rgb(253,12,116); }
div.DivClassName
{
background-color: #FD0C74;
}
.BgClassName
{
background-color: #FD0C74;
}
</style>
border-color css
<style>
span { border-color: #FD0C74; }
span { border-color: rgb(253,12,116); }
td.TdClassName
{
border-color: #FD0C74;
}
.TagClassName
{
border-color: #FD0C74;
}
</style>