Shades of Deep Pink #FF0175
Tints of Deep Pink #FF0175
RGB
CMYK
RGB Variations
Color information
#FF0175 (or 0xFF0175) is known color: Deep Pink. HEX triplet: FF, 01 and 75. RGB value is (255,1,117). Sum of RGB (Red+Green+Blue) = 255+1+117=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0175 is #00FE8A. Grayscale: #595959. Windows color (decimal): -65163 or 7668223. OLE color: 7668223.
HSL color Cylindrical-coordinate representation of color #FF0175: hue angle of 332.6º 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 #FF0175 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.54 | 0 |
| HSL | 332.6º | 1% | 0.5% | - |
| HSV(B) | 332.6º | 1% | 1% | - |
| XYZ | 44.46 | 22.57 | 18.84 | - |
| YUV | 90.17 | 143.15 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 117 | 0 | 1.00 | 0.54 | 0 | 332.6 | 1 | 0.5 |
| Hex | FF | 1 | 75 | 0 | 64 | 36 | 0 | 14D | 64 | 32 |
| Octal | 377 | 1 | 165 | 0 | 144 | 66 | 0 | 515 | 144 | 62 |
| Binary | 11111111 | 1 | 1110101 | 0 | 1100100 | 110110 | 0 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FF0175
Complementary color
Monochromatic Colors of #FF0175
Black with #FF0175
Text Example
Text Example
White with #FF0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0175; }
p { color: rgb(255,1,117); }
H1.HeaderClassName
{
color: #FF0175;
}
.AnyTagClassName
{
color: #FF0175;
}
</style>
background-color css
<style>
a { background-color: #FF0175; }
a { background-color: rgb(255,1,117); }
div.DivClassName
{
background-color: #FF0175;
}
.BgClassName
{
background-color: #FF0175;
}
</style>
border-color css
<style>
span { border-color: #FF0175; }
span { border-color: rgb(255,1,117); }
td.TdClassName
{
border-color: #FF0175;
}
.TagClassName
{
border-color: #FF0175;
}
</style>