Shades of Deep Pink #FE1272
Tints of Deep Pink #FE1272
RGB
CMYK
RGB Variations
Color information
#FE1272 (or 0xFE1272) is known color: Deep Pink. HEX triplet: FE, 12 and 72. RGB value is (254,18,114). Sum of RGB (Red+Green+Blue) = 254+18+114=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1272 is #01ED8D. Grayscale: #636363. Windows color (decimal): -126350 or 7475966. OLE color: 7475966.
HSL color Cylindrical-coordinate representation of color #FE1272: hue angle of 335.59º 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 #FE1272 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 114 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.00 |
| HSL | 335.59º | 0.99% | 0.53% | - |
| HSV(B) | 335.59º | 0.93% | 1% | - |
| XYZ | 44.13 | 22.72 | 17.98 | - |
| YUV | 99.51 | 136.19 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 114 | 0 | 0.93 | 0.55 | 0.00 | 335.59 | 0.99 | 0.53 |
| Hex | FE | 12 | 72 | 0 | 5D | 37 | 0 | 150 | 63 | 35 |
| Octal | 376 | 22 | 162 | 0 | 135 | 67 | 0 | 520 | 143 | 65 |
| Binary | 11111110 | 10010 | 1110010 | 0 | 1011101 | 110111 | 0 | 101010000 | 1100011 | 110101 |
Color Harmonies of #FE1272
Complementary color
Monochromatic Colors of #FE1272
Black with #FE1272
Text Example
Text Example
White with #FE1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1272; }
p { color: rgb(254,18,114); }
H1.HeaderClassName
{
color: #FE1272;
}
.AnyTagClassName
{
color: #FE1272;
}
</style>
background-color css
<style>
a { background-color: #FE1272; }
a { background-color: rgb(254,18,114); }
div.DivClassName
{
background-color: #FE1272;
}
.BgClassName
{
background-color: #FE1272;
}
</style>
border-color css
<style>
span { border-color: #FE1272; }
span { border-color: rgb(254,18,114); }
td.TdClassName
{
border-color: #FE1272;
}
.TagClassName
{
border-color: #FE1272;
}
</style>