Shades of Deep Pink #FE1093
Tints of Deep Pink #FE1093
RGB
CMYK
RGB Variations
Color information
#FE1093 (or 0xFE1093) is known color: Deep Pink. HEX triplet: FE, 10 and 93. RGB value is (254,16,147). Sum of RGB (Red+Green+Blue) = 254+16+147=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1093 is #01EF6C. Grayscale: #656565. Windows color (decimal): -126829 or 9638142. OLE color: 9638142.
HSL color Cylindrical-coordinate representation of color #FE1093: hue angle of 326.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1093 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 147 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.00 |
| HSL | 326.97º | 0.99% | 0.53% | - |
| HSV(B) | 326.97º | 0.94% | 1% | - |
| XYZ | 46.32 | 23.55 | 29.71 | - |
| YUV | 102.1 | 153.35 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 147 | 0 | 0.94 | 0.42 | 0.00 | 326.97 | 0.99 | 0.53 |
| Hex | FE | 10 | 93 | 0 | 5E | 2A | 0 | 147 | 63 | 35 |
| Octal | 376 | 20 | 223 | 0 | 136 | 52 | 0 | 507 | 143 | 65 |
| Binary | 11111110 | 10000 | 10010011 | 0 | 1011110 | 101010 | 0 | 101000111 | 1100011 | 110101 |
Color Harmonies of #FE1093
Complementary color
Monochromatic Colors of #FE1093
Black with #FE1093
Text Example
Text Example
White with #FE1093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1093; }
p { color: rgb(254,16,147); }
H1.HeaderClassName
{
color: #FE1093;
}
.AnyTagClassName
{
color: #FE1093;
}
</style>
background-color css
<style>
a { background-color: #FE1093; }
a { background-color: rgb(254,16,147); }
div.DivClassName
{
background-color: #FE1093;
}
.BgClassName
{
background-color: #FE1093;
}
</style>
border-color css
<style>
span { border-color: #FE1093; }
span { border-color: rgb(254,16,147); }
td.TdClassName
{
border-color: #FE1093;
}
.TagClassName
{
border-color: #FE1093;
}
</style>