Shades of Deep Pink #FE067E
Tints of Deep Pink #FE067E
RGB
CMYK
RGB Variations
Color information
#FE067E (or 0xFE067E) is known color: Deep Pink. HEX triplet: FE, 06 and 7E. RGB value is (254,6,126). Sum of RGB (Red+Green+Blue) = 254+6+126=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE067E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE067E is #01F981. Grayscale: #5D5D5D. Windows color (decimal): -129410 or 8259326. OLE color: 8259326.
HSL color Cylindrical-coordinate representation of color #FE067E: hue angle of 330.97º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE067E is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 126 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.00 |
| HSL | 330.97º | 0.99% | 0.51% | - |
| HSV(B) | 330.97º | 0.98% | 1% | - |
| XYZ | 44.7 | 22.71 | 21.77 | - |
| YUV | 93.83 | 146.16 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 126 | 0 | 0.98 | 0.50 | 0.00 | 330.97 | 0.99 | 0.51 |
| Hex | FE | 6 | 7E | 0 | 62 | 32 | 0 | 14B | 63 | 33 |
| Octal | 376 | 6 | 176 | 0 | 142 | 62 | 0 | 513 | 143 | 63 |
| Binary | 11111110 | 110 | 1111110 | 0 | 1100010 | 110010 | 0 | 101001011 | 1100011 | 110011 |
Color Harmonies of #FE067E
Complementary color
Monochromatic Colors of #FE067E
Black with #FE067E
Text Example
Text Example
White with #FE067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE067E; }
p { color: rgb(254,6,126); }
H1.HeaderClassName
{
color: #FE067E;
}
.AnyTagClassName
{
color: #FE067E;
}
</style>
background-color css
<style>
a { background-color: #FE067E; }
a { background-color: rgb(254,6,126); }
div.DivClassName
{
background-color: #FE067E;
}
.BgClassName
{
background-color: #FE067E;
}
</style>
border-color css
<style>
span { border-color: #FE067E; }
span { border-color: rgb(254,6,126); }
td.TdClassName
{
border-color: #FE067E;
}
.TagClassName
{
border-color: #FE067E;
}
</style>