Shades of Deep Pink #FE1292
Tints of Deep Pink #FE1292
RGB
CMYK
RGB Variations
Color information
#FE1292 (or 0xFE1292) is known color: Deep Pink. HEX triplet: FE, 12 and 92. RGB value is (254,18,146). Sum of RGB (Red+Green+Blue) = 254+18+146=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1292 is #01ED6D. Grayscale: #666666. Windows color (decimal): -126318 or 9573118. OLE color: 9573118.
HSL color Cylindrical-coordinate representation of color #FE1292: hue angle of 327.46º 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 #FE1292 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 146 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.00 |
| HSL | 327.46º | 0.99% | 0.53% | - |
| HSV(B) | 327.46º | 0.93% | 1% | - |
| XYZ | 46.28 | 23.58 | 29.31 | - |
| YUV | 103.16 | 152.19 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 146 | 0 | 0.93 | 0.43 | 0.00 | 327.46 | 0.99 | 0.53 |
| Hex | FE | 12 | 92 | 0 | 5D | 2B | 0 | 147 | 63 | 35 |
| Octal | 376 | 22 | 222 | 0 | 135 | 53 | 0 | 507 | 143 | 65 |
| Binary | 11111110 | 10010 | 10010010 | 0 | 1011101 | 101011 | 0 | 101000111 | 1100011 | 110101 |
Color Harmonies of #FE1292
Complementary color
Monochromatic Colors of #FE1292
Black with #FE1292
Text Example
Text Example
White with #FE1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1292; }
p { color: rgb(254,18,146); }
H1.HeaderClassName
{
color: #FE1292;
}
.AnyTagClassName
{
color: #FE1292;
}
</style>
background-color css
<style>
a { background-color: #FE1292; }
a { background-color: rgb(254,18,146); }
div.DivClassName
{
background-color: #FE1292;
}
.BgClassName
{
background-color: #FE1292;
}
</style>
border-color css
<style>
span { border-color: #FE1292; }
span { border-color: rgb(254,18,146); }
td.TdClassName
{
border-color: #FE1292;
}
.TagClassName
{
border-color: #FE1292;
}
</style>