Shades of Deep Pink #FF0074
Tints of Deep Pink #FF0074
RGB
CMYK
RGB Variations
Color information
#FF0074 (or 0xFF0074) is known color: Deep Pink. HEX triplet: FF, 00 and 74. RGB value is (255,0,116). Sum of RGB (Red+Green+Blue) = 255+0+116=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0074 is #00FF8B. Grayscale: #595959. Windows color (decimal): -65420 or 7602431. OLE color: 7602431.
HSL color Cylindrical-coordinate representation of color #FF0074: hue angle of 332.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0074 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.55 | 0 |
| HSL | 332.71º | 1% | 0.5% | - |
| HSV(B) | 332.71º | 1% | 1% | - |
| XYZ | 44.39 | 22.52 | 18.53 | - |
| YUV | 89.47 | 142.98 | 246.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 116 | 0 | 1 | 0.55 | 0 | 332.71 | 1 | 0.5 |
| Hex | FF | 0 | 74 | 0 | 64 | 37 | 0 | 14D | 64 | 32 |
| Octal | 377 | 0 | 164 | 0 | 144 | 67 | 0 | 515 | 144 | 62 |
| Binary | 11111111 | 0 | 1110100 | 0 | 1100100 | 110111 | 0 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FF0074
Complementary color
Monochromatic Colors of #FF0074
Black with #FF0074
Text Example
Text Example
White with #FF0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0074; }
p { color: rgb(255,0,116); }
H1.HeaderClassName
{
color: #FF0074;
}
.AnyTagClassName
{
color: #FF0074;
}
</style>
background-color css
<style>
a { background-color: #FF0074; }
a { background-color: rgb(255,0,116); }
div.DivClassName
{
background-color: #FF0074;
}
.BgClassName
{
background-color: #FF0074;
}
</style>
border-color css
<style>
span { border-color: #FF0074; }
span { border-color: rgb(255,0,116); }
td.TdClassName
{
border-color: #FF0074;
}
.TagClassName
{
border-color: #FF0074;
}
</style>