Shades of Deep Pink #FE007D
Tints of Deep Pink #FE007D
RGB
CMYK
RGB Variations
Color information
#FE007D (or 0xFE007D) is known color: Deep Pink. HEX triplet: FE, 00 and 7D. RGB value is (254,0,125). Sum of RGB (Red+Green+Blue) = 254+0+125=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE007D is #01FF82. Grayscale: #595959. Windows color (decimal): -130947 or 8192254. OLE color: 8192254.
HSL color Cylindrical-coordinate representation of color #FE007D: hue angle of 330.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 #FE007D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.51 | 0.00 |
| HSL | 330.47º | 1% | 0.5% | - |
| HSV(B) | 330.47º | 1% | 1% | - |
| XYZ | 44.57 | 22.55 | 21.41 | - |
| YUV | 90.2 | 147.65 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 125 | 0 | 1 | 0.51 | 0.00 | 330.47 | 1 | 0.5 |
| Hex | FE | 0 | 7D | 0 | 64 | 33 | 0 | 14A | 64 | 32 |
| Octal | 376 | 0 | 175 | 0 | 144 | 63 | 0 | 512 | 144 | 62 |
| Binary | 11111110 | 0 | 1111101 | 0 | 1100100 | 110011 | 0 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FE007D
Complementary color
Monochromatic Colors of #FE007D
Black with #FE007D
Text Example
Text Example
White with #FE007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE007D; }
p { color: rgb(254,0,125); }
H1.HeaderClassName
{
color: #FE007D;
}
.AnyTagClassName
{
color: #FE007D;
}
</style>
background-color css
<style>
a { background-color: #FE007D; }
a { background-color: rgb(254,0,125); }
div.DivClassName
{
background-color: #FE007D;
}
.BgClassName
{
background-color: #FE007D;
}
</style>
border-color css
<style>
span { border-color: #FE007D; }
span { border-color: rgb(254,0,125); }
td.TdClassName
{
border-color: #FE007D;
}
.TagClassName
{
border-color: #FE007D;
}
</style>