Shades of Deep Pink #FE2679
Tints of Deep Pink #FE2679
RGB
CMYK
RGB Variations
Color information
#FE2679 (or 0xFE2679) is known color: Deep Pink. HEX triplet: FE, 26 and 79. RGB value is (254,38,121). Sum of RGB (Red+Green+Blue) = 254+38+121=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2679 is #01D986. Grayscale: #6F6F6F. Windows color (decimal): -121223 or 7939838. OLE color: 7939838.
HSL color Cylindrical-coordinate representation of color #FE2679: hue angle of 336.94º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2679 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 121 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.00 |
| HSL | 336.94º | 0.99% | 0.57% | - |
| HSV(B) | 336.94º | 0.85% | 1% | - |
| XYZ | 45.02 | 23.84 | 20.32 | - |
| YUV | 112.05 | 133.06 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 121 | 0 | 0.85 | 0.52 | 0.00 | 336.94 | 0.99 | 0.57 |
| Hex | FE | 26 | 79 | 0 | 55 | 34 | 0 | 151 | 63 | 39 |
| Octal | 376 | 46 | 171 | 0 | 125 | 64 | 0 | 521 | 143 | 71 |
| Binary | 11111110 | 100110 | 1111001 | 0 | 1010101 | 110100 | 0 | 101010001 | 1100011 | 111001 |
Color Harmonies of #FE2679
Complementary color
Monochromatic Colors of #FE2679
Black with #FE2679
Text Example
Text Example
White with #FE2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2679; }
p { color: rgb(254,38,121); }
H1.HeaderClassName
{
color: #FE2679;
}
.AnyTagClassName
{
color: #FE2679;
}
</style>
background-color css
<style>
a { background-color: #FE2679; }
a { background-color: rgb(254,38,121); }
div.DivClassName
{
background-color: #FE2679;
}
.BgClassName
{
background-color: #FE2679;
}
</style>
border-color css
<style>
span { border-color: #FE2679; }
span { border-color: rgb(254,38,121); }
td.TdClassName
{
border-color: #FE2679;
}
.TagClassName
{
border-color: #FE2679;
}
</style>