Shades of Deep Pink #FE0775
Tints of Deep Pink #FE0775
RGB
CMYK
RGB Variations
Color information
#FE0775 (or 0xFE0775) is known color: Deep Pink. HEX triplet: FE, 07 and 75. RGB value is (254,7,117). Sum of RGB (Red+Green+Blue) = 254+7+117=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0775 is #01F88A. Grayscale: #5D5D5D. Windows color (decimal): -129163 or 7669758. OLE color: 7669758.
HSL color Cylindrical-coordinate representation of color #FE0775: hue angle of 333.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0775 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 117 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.00 |
| HSL | 333.28º | 0.99% | 0.51% | - |
| HSV(B) | 333.28º | 0.97% | 1% | - |
| XYZ | 44.16 | 22.51 | 18.85 | - |
| YUV | 93.39 | 141.33 | 242.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 117 | 0 | 0.97 | 0.54 | 0.00 | 333.28 | 0.99 | 0.51 |
| Hex | FE | 7 | 75 | 0 | 61 | 36 | 0 | 14D | 63 | 33 |
| Octal | 376 | 7 | 165 | 0 | 141 | 66 | 0 | 515 | 143 | 63 |
| Binary | 11111110 | 111 | 1110101 | 0 | 1100001 | 110110 | 0 | 101001101 | 1100011 | 110011 |
Color Harmonies of #FE0775
Complementary color
Monochromatic Colors of #FE0775
Black with #FE0775
Text Example
Text Example
White with #FE0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0775; }
p { color: rgb(254,7,117); }
H1.HeaderClassName
{
color: #FE0775;
}
.AnyTagClassName
{
color: #FE0775;
}
</style>
background-color css
<style>
a { background-color: #FE0775; }
a { background-color: rgb(254,7,117); }
div.DivClassName
{
background-color: #FE0775;
}
.BgClassName
{
background-color: #FE0775;
}
</style>
border-color css
<style>
span { border-color: #FE0775; }
span { border-color: rgb(254,7,117); }
td.TdClassName
{
border-color: #FE0775;
}
.TagClassName
{
border-color: #FE0775;
}
</style>