Shades of Deep Pink #FE007A
Tints of Deep Pink #FE007A
RGB
CMYK
RGB Variations
Color information
#FE007A (or 0xFE007A) is known color: Deep Pink. HEX triplet: FE, 00 and 7A. RGB value is (254,0,122). Sum of RGB (Red+Green+Blue) = 254+0+122=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE007A is #01FF85. Grayscale: #595959. Windows color (decimal): -130950 or 7995646. OLE color: 7995646.
HSL color Cylindrical-coordinate representation of color #FE007A: hue angle of 331.18º 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 #FE007A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.52 | 0.00 |
| HSL | 331.18º | 1% | 0.5% | - |
| HSV(B) | 331.18º | 1% | 1% | - |
| XYZ | 44.39 | 22.48 | 20.41 | - |
| YUV | 89.85 | 146.15 | 245.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 122 | 0 | 1 | 0.52 | 0.00 | 331.18 | 1 | 0.5 |
| Hex | FE | 0 | 7A | 0 | 64 | 34 | 0 | 14B | 64 | 32 |
| Octal | 376 | 0 | 172 | 0 | 144 | 64 | 0 | 513 | 144 | 62 |
| Binary | 11111110 | 0 | 1111010 | 0 | 1100100 | 110100 | 0 | 101001011 | 1100100 | 110010 |
Color Harmonies of #FE007A
Complementary color
Monochromatic Colors of #FE007A
Black with #FE007A
Text Example
Text Example
White with #FE007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE007A; }
p { color: rgb(254,0,122); }
H1.HeaderClassName
{
color: #FE007A;
}
.AnyTagClassName
{
color: #FE007A;
}
</style>
background-color css
<style>
a { background-color: #FE007A; }
a { background-color: rgb(254,0,122); }
div.DivClassName
{
background-color: #FE007A;
}
.BgClassName
{
background-color: #FE007A;
}
</style>
border-color css
<style>
span { border-color: #FE007A; }
span { border-color: rgb(254,0,122); }
td.TdClassName
{
border-color: #FE007A;
}
.TagClassName
{
border-color: #FE007A;
}
</style>