Shades of Deep Pink #FE0075
Tints of Deep Pink #FE0075
RGB
CMYK
RGB Variations
Color information
#FE0075 (or 0xFE0075) is known color: Deep Pink. HEX triplet: FE, 00 and 75. RGB value is (254,0,117). Sum of RGB (Red+Green+Blue) = 254+0+117=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0075 is #01FF8A. Grayscale: #595959. Windows color (decimal): -130955 or 7667966. OLE color: 7667966.
HSL color Cylindrical-coordinate representation of color #FE0075: hue angle of 332.36º 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 #FE0075 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.54 | 0.00 |
| HSL | 332.36º | 1% | 0.5% | - |
| HSV(B) | 332.36º | 1% | 1% | - |
| XYZ | 44.08 | 22.36 | 18.82 | - |
| YUV | 89.28 | 143.65 | 245.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 117 | 0 | 1 | 0.54 | 0.00 | 332.36 | 1 | 0.5 |
| Hex | FE | 0 | 75 | 0 | 64 | 36 | 0 | 14C | 64 | 32 |
| Octal | 376 | 0 | 165 | 0 | 144 | 66 | 0 | 514 | 144 | 62 |
| Binary | 11111110 | 0 | 1110101 | 0 | 1100100 | 110110 | 0 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FE0075
Complementary color
Monochromatic Colors of #FE0075
Black with #FE0075
Text Example
Text Example
White with #FE0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0075; }
p { color: rgb(254,0,117); }
H1.HeaderClassName
{
color: #FE0075;
}
.AnyTagClassName
{
color: #FE0075;
}
</style>
background-color css
<style>
a { background-color: #FE0075; }
a { background-color: rgb(254,0,117); }
div.DivClassName
{
background-color: #FE0075;
}
.BgClassName
{
background-color: #FE0075;
}
</style>
border-color css
<style>
span { border-color: #FE0075; }
span { border-color: rgb(254,0,117); }
td.TdClassName
{
border-color: #FE0075;
}
.TagClassName
{
border-color: #FE0075;
}
</style>