Shades of Deep Pink #FE0793
Tints of Deep Pink #FE0793
RGB
CMYK
RGB Variations
Color information
#FE0793 (or 0xFE0793) is known color: Deep Pink. HEX triplet: FE, 07 and 93. RGB value is (254,7,147). Sum of RGB (Red+Green+Blue) = 254+7+147=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0793 is #01F86C. Grayscale: #606060. Windows color (decimal): -129133 or 9635838. OLE color: 9635838.
HSL color Cylindrical-coordinate representation of color #FE0793: hue angle of 325.99º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0793 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 147 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.00 |
| HSL | 325.99º | 0.99% | 0.51% | - |
| HSV(B) | 325.99º | 0.97% | 1% | - |
| XYZ | 46.22 | 23.33 | 29.67 | - |
| YUV | 96.81 | 156.33 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 147 | 0 | 0.97 | 0.42 | 0.00 | 325.99 | 0.99 | 0.51 |
| Hex | FE | 7 | 93 | 0 | 61 | 2A | 0 | 146 | 63 | 33 |
| Octal | 376 | 7 | 223 | 0 | 141 | 52 | 0 | 506 | 143 | 63 |
| Binary | 11111110 | 111 | 10010011 | 0 | 1100001 | 101010 | 0 | 101000110 | 1100011 | 110011 |
Color Harmonies of #FE0793
Complementary color
Monochromatic Colors of #FE0793
Black with #FE0793
Text Example
Text Example
White with #FE0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0793; }
p { color: rgb(254,7,147); }
H1.HeaderClassName
{
color: #FE0793;
}
.AnyTagClassName
{
color: #FE0793;
}
</style>
background-color css
<style>
a { background-color: #FE0793; }
a { background-color: rgb(254,7,147); }
div.DivClassName
{
background-color: #FE0793;
}
.BgClassName
{
background-color: #FE0793;
}
</style>
border-color css
<style>
span { border-color: #FE0793; }
span { border-color: rgb(254,7,147); }
td.TdClassName
{
border-color: #FE0793;
}
.TagClassName
{
border-color: #FE0793;
}
</style>