Shades of Deep Pink #FE2279
Tints of Deep Pink #FE2279
RGB
CMYK
RGB Variations
Color information
#FE2279 (or 0xFE2279) is known color: Deep Pink. HEX triplet: FE, 22 and 79. RGB value is (254,34,121). Sum of RGB (Red+Green+Blue) = 254+34+121=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2279 is #01DD86. Grayscale: #6D6D6D. Windows color (decimal): -122247 or 7938814. OLE color: 7938814.
HSL color Cylindrical-coordinate representation of color #FE2279: hue angle of 336.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2279 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 121 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.00 |
| HSL | 336.27º | 0.99% | 0.56% | - |
| HSV(B) | 336.27º | 0.87% | 1% | - |
| XYZ | 44.9 | 23.6 | 20.28 | - |
| YUV | 109.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 121 | 0 | 0.87 | 0.52 | 0.00 | 336.27 | 0.99 | 0.56 |
| Hex | FE | 22 | 79 | 0 | 57 | 34 | 0 | 150 | 63 | 38 |
| Octal | 376 | 42 | 171 | 0 | 127 | 64 | 0 | 520 | 143 | 70 |
| Binary | 11111110 | 100010 | 1111001 | 0 | 1010111 | 110100 | 0 | 101010000 | 1100011 | 111000 |
Color Harmonies of #FE2279
Complementary color
Monochromatic Colors of #FE2279
Black with #FE2279
Text Example
Text Example
White with #FE2279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2279; }
p { color: rgb(254,34,121); }
H1.HeaderClassName
{
color: #FE2279;
}
.AnyTagClassName
{
color: #FE2279;
}
</style>
background-color css
<style>
a { background-color: #FE2279; }
a { background-color: rgb(254,34,121); }
div.DivClassName
{
background-color: #FE2279;
}
.BgClassName
{
background-color: #FE2279;
}
</style>
border-color css
<style>
span { border-color: #FE2279; }
span { border-color: rgb(254,34,121); }
td.TdClassName
{
border-color: #FE2279;
}
.TagClassName
{
border-color: #FE2279;
}
</style>