Shades of Deep Pink #FF0D74
Tints of Deep Pink #FF0D74
RGB
CMYK
RGB Variations
Color information
#FF0D74 (or 0xFF0D74) is known color: Deep Pink. HEX triplet: FF, 0D and 74. RGB value is (255,13,116). Sum of RGB (Red+Green+Blue) = 255+13+116=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D74 is #00F28B. Grayscale: #606060. Windows color (decimal): -62092 or 7605759. OLE color: 7605759.
HSL color Cylindrical-coordinate representation of color #FF0D74: hue angle of 334.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D74 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 116 | - |
| CMYK | 0 | 0.95 | 0.55 | 0 |
| HSL | 334.46º | 1% | 0.53% | - |
| HSV(B) | 334.46º | 0.95% | 1% | - |
| XYZ | 44.54 | 22.81 | 18.58 | - |
| YUV | 97.1 | 138.67 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 116 | 0 | 0.95 | 0.55 | 0 | 334.46 | 1 | 0.53 |
| Hex | FF | D | 74 | 0 | 5F | 37 | 0 | 14E | 64 | 35 |
| Octal | 377 | 15 | 164 | 0 | 137 | 67 | 0 | 516 | 144 | 65 |
| Binary | 11111111 | 1101 | 1110100 | 0 | 1011111 | 110111 | 0 | 101001110 | 1100100 | 110101 |
Color Harmonies of #FF0D74
Complementary color
Monochromatic Colors of #FF0D74
Black with #FF0D74
Text Example
Text Example
White with #FF0D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D74; }
p { color: rgb(255,13,116); }
H1.HeaderClassName
{
color: #FF0D74;
}
.AnyTagClassName
{
color: #FF0D74;
}
</style>
background-color css
<style>
a { background-color: #FF0D74; }
a { background-color: rgb(255,13,116); }
div.DivClassName
{
background-color: #FF0D74;
}
.BgClassName
{
background-color: #FF0D74;
}
</style>
border-color css
<style>
span { border-color: #FF0D74; }
span { border-color: rgb(255,13,116); }
td.TdClassName
{
border-color: #FF0D74;
}
.TagClassName
{
border-color: #FF0D74;
}
</style>