Shades of Deep Pink #FE0693
Tints of Deep Pink #FE0693
RGB
CMYK
RGB Variations
Color information
#FE0693 (or 0xFE0693) is known color: Deep Pink. HEX triplet: FE, 06 and 93. RGB value is (254,6,147). Sum of RGB (Red+Green+Blue) = 254+6+147=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0693 is #01F96C. Grayscale: #5F5F5F. Windows color (decimal): -129389 or 9635582. OLE color: 9635582.
HSL color Cylindrical-coordinate representation of color #FE0693: hue angle of 325.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0693 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 147 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.00 |
| HSL | 325.89º | 0.99% | 0.51% | - |
| HSV(B) | 325.89º | 0.98% | 1% | - |
| XYZ | 46.2 | 23.31 | 29.67 | - |
| YUV | 96.23 | 156.66 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 147 | 0 | 0.98 | 0.42 | 0.00 | 325.89 | 0.99 | 0.51 |
| Hex | FE | 6 | 93 | 0 | 62 | 2A | 0 | 146 | 63 | 33 |
| Octal | 376 | 6 | 223 | 0 | 142 | 52 | 0 | 506 | 143 | 63 |
| Binary | 11111110 | 110 | 10010011 | 0 | 1100010 | 101010 | 0 | 101000110 | 1100011 | 110011 |
Color Harmonies of #FE0693
Complementary color
Monochromatic Colors of #FE0693
Black with #FE0693
Text Example
Text Example
White with #FE0693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0693; }
p { color: rgb(254,6,147); }
H1.HeaderClassName
{
color: #FE0693;
}
.AnyTagClassName
{
color: #FE0693;
}
</style>
background-color css
<style>
a { background-color: #FE0693; }
a { background-color: rgb(254,6,147); }
div.DivClassName
{
background-color: #FE0693;
}
.BgClassName
{
background-color: #FE0693;
}
</style>
border-color css
<style>
span { border-color: #FE0693; }
span { border-color: rgb(254,6,147); }
td.TdClassName
{
border-color: #FE0693;
}
.TagClassName
{
border-color: #FE0693;
}
</style>