Shades of Deep Pink #FE0694
Tints of Deep Pink #FE0694
RGB
CMYK
RGB Variations
Color information
#FE0694 (or 0xFE0694) is known color: Deep Pink. HEX triplet: FE, 06 and 94. RGB value is (254,6,148). Sum of RGB (Red+Green+Blue) = 254+6+148=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0694 is #01F96B. Grayscale: #606060. Windows color (decimal): -129388 or 9701118. OLE color: 9701118.
HSL color Cylindrical-coordinate representation of color #FE0694: hue angle of 325.65º 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 #FE0694 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 148 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.00 |
| HSL | 325.65º | 0.99% | 0.51% | - |
| HSV(B) | 325.65º | 0.98% | 1% | - |
| XYZ | 46.28 | 23.34 | 30.08 | - |
| YUV | 96.34 | 157.16 | 240.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 148 | 0 | 0.98 | 0.42 | 0.00 | 325.65 | 0.99 | 0.51 |
| Hex | FE | 6 | 94 | 0 | 62 | 2A | 0 | 146 | 63 | 33 |
| Octal | 376 | 6 | 224 | 0 | 142 | 52 | 0 | 506 | 143 | 63 |
| Binary | 11111110 | 110 | 10010100 | 0 | 1100010 | 101010 | 0 | 101000110 | 1100011 | 110011 |
Color Harmonies of #FE0694
Complementary color
Monochromatic Colors of #FE0694
Black with #FE0694
Text Example
Text Example
White with #FE0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0694; }
p { color: rgb(254,6,148); }
H1.HeaderClassName
{
color: #FE0694;
}
.AnyTagClassName
{
color: #FE0694;
}
</style>
background-color css
<style>
a { background-color: #FE0694; }
a { background-color: rgb(254,6,148); }
div.DivClassName
{
background-color: #FE0694;
}
.BgClassName
{
background-color: #FE0694;
}
</style>
border-color css
<style>
span { border-color: #FE0694; }
span { border-color: rgb(254,6,148); }
td.TdClassName
{
border-color: #FE0694;
}
.TagClassName
{
border-color: #FE0694;
}
</style>