Shades of Deep Pink #FE0679
Tints of Deep Pink #FE0679
RGB
CMYK
RGB Variations
Color information
#FE0679 (or 0xFE0679) is known color: Deep Pink. HEX triplet: FE, 06 and 79. RGB value is (254,6,121). Sum of RGB (Red+Green+Blue) = 254+6+121=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0679 is #01F986. Grayscale: #5D5D5D. Windows color (decimal): -129415 or 7931646. OLE color: 7931646.
HSL color Cylindrical-coordinate representation of color #FE0679: hue angle of 332.18º 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 #FE0679 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 121 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.00 |
| HSL | 332.18º | 0.99% | 0.51% | - |
| HSV(B) | 332.18º | 0.98% | 1% | - |
| XYZ | 44.39 | 22.58 | 20.11 | - |
| YUV | 93.26 | 143.66 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 121 | 0 | 0.98 | 0.52 | 0.00 | 332.18 | 0.99 | 0.51 |
| Hex | FE | 6 | 79 | 0 | 62 | 34 | 0 | 14C | 63 | 33 |
| Octal | 376 | 6 | 171 | 0 | 142 | 64 | 0 | 514 | 143 | 63 |
| Binary | 11111110 | 110 | 1111001 | 0 | 1100010 | 110100 | 0 | 101001100 | 1100011 | 110011 |
Color Harmonies of #FE0679
Complementary color
Monochromatic Colors of #FE0679
Black with #FE0679
Text Example
Text Example
White with #FE0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0679; }
p { color: rgb(254,6,121); }
H1.HeaderClassName
{
color: #FE0679;
}
.AnyTagClassName
{
color: #FE0679;
}
</style>
background-color css
<style>
a { background-color: #FE0679; }
a { background-color: rgb(254,6,121); }
div.DivClassName
{
background-color: #FE0679;
}
.BgClassName
{
background-color: #FE0679;
}
</style>
border-color css
<style>
span { border-color: #FE0679; }
span { border-color: rgb(254,6,121); }
td.TdClassName
{
border-color: #FE0679;
}
.TagClassName
{
border-color: #FE0679;
}
</style>