Shades of Deep Pink #FF0075
Tints of Deep Pink #FF0075
RGB
CMYK
RGB Variations
Color information
#FF0075 (or 0xFF0075) is known color: Deep Pink. HEX triplet: FF, 00 and 75. RGB value is (255,0,117). Sum of RGB (Red+Green+Blue) = 255+0+117=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0075 is #00FF8A. Grayscale: #595959. Windows color (decimal): -65419 or 7667967. OLE color: 7667967.
HSL color Cylindrical-coordinate representation of color #FF0075: hue angle of 332.47º 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 #FF0075 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.54 | 0 |
| HSL | 332.47º | 1% | 0.5% | - |
| HSV(B) | 332.47º | 1% | 1% | - |
| XYZ | 44.45 | 22.54 | 18.84 | - |
| YUV | 89.58 | 143.48 | 245.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 117 | 0 | 1 | 0.54 | 0 | 332.47 | 1 | 0.5 |
| Hex | FF | 0 | 75 | 0 | 64 | 36 | 0 | 14C | 64 | 32 |
| Octal | 377 | 0 | 165 | 0 | 144 | 66 | 0 | 514 | 144 | 62 |
| Binary | 11111111 | 0 | 1110101 | 0 | 1100100 | 110110 | 0 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FF0075
Complementary color
Monochromatic Colors of #FF0075
Black with #FF0075
Text Example
Text Example
White with #FF0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0075; }
p { color: rgb(255,0,117); }
H1.HeaderClassName
{
color: #FF0075;
}
.AnyTagClassName
{
color: #FF0075;
}
</style>
background-color css
<style>
a { background-color: #FF0075; }
a { background-color: rgb(255,0,117); }
div.DivClassName
{
background-color: #FF0075;
}
.BgClassName
{
background-color: #FF0075;
}
</style>
border-color css
<style>
span { border-color: #FF0075; }
span { border-color: rgb(255,0,117); }
td.TdClassName
{
border-color: #FF0075;
}
.TagClassName
{
border-color: #FF0075;
}
</style>