Shades of Deep Pink #FE1279
Tints of Deep Pink #FE1279
RGB
CMYK
RGB Variations
Color information
#FE1279 (or 0xFE1279) is known color: Deep Pink. HEX triplet: FE, 12 and 79. RGB value is (254,18,121). Sum of RGB (Red+Green+Blue) = 254+18+121=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1279 is #01ED86. Grayscale: #646464. Windows color (decimal): -126343 or 7934718. OLE color: 7934718.
HSL color Cylindrical-coordinate representation of color #FE1279: hue angle of 333.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1279 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 121 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.00 |
| HSL | 333.81º | 0.99% | 0.53% | - |
| HSV(B) | 333.81º | 0.93% | 1% | - |
| XYZ | 44.54 | 22.88 | 20.16 | - |
| YUV | 100.31 | 139.69 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 121 | 0 | 0.93 | 0.52 | 0.00 | 333.81 | 0.99 | 0.53 |
| Hex | FE | 12 | 79 | 0 | 5D | 34 | 0 | 14E | 63 | 35 |
| Octal | 376 | 22 | 171 | 0 | 135 | 64 | 0 | 516 | 143 | 65 |
| Binary | 11111110 | 10010 | 1111001 | 0 | 1011101 | 110100 | 0 | 101001110 | 1100011 | 110101 |
Color Harmonies of #FE1279
Complementary color
Monochromatic Colors of #FE1279
Black with #FE1279
Text Example
Text Example
White with #FE1279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1279; }
p { color: rgb(254,18,121); }
H1.HeaderClassName
{
color: #FE1279;
}
.AnyTagClassName
{
color: #FE1279;
}
</style>
background-color css
<style>
a { background-color: #FE1279; }
a { background-color: rgb(254,18,121); }
div.DivClassName
{
background-color: #FE1279;
}
.BgClassName
{
background-color: #FE1279;
}
</style>
border-color css
<style>
span { border-color: #FE1279; }
span { border-color: rgb(254,18,121); }
td.TdClassName
{
border-color: #FE1279;
}
.TagClassName
{
border-color: #FE1279;
}
</style>