Shades of Deep Pink #FE0692
Tints of Deep Pink #FE0692
RGB
CMYK
RGB Variations
Color information
#FE0692 (or 0xFE0692) is known color: Deep Pink. HEX triplet: FE, 06 and 92. RGB value is (254,6,146). Sum of RGB (Red+Green+Blue) = 254+6+146=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0692 is #01F96D. Grayscale: #5F5F5F. Windows color (decimal): -129390 or 9570046. OLE color: 9570046.
HSL color Cylindrical-coordinate representation of color #FE0692: hue angle of 326.13º 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 #FE0692 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 146 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.00 |
| HSL | 326.13º | 0.99% | 0.51% | - |
| HSV(B) | 326.13º | 0.98% | 1% | - |
| XYZ | 46.13 | 23.28 | 29.26 | - |
| YUV | 96.11 | 156.16 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 146 | 0 | 0.98 | 0.43 | 0.00 | 326.13 | 0.99 | 0.51 |
| Hex | FE | 6 | 92 | 0 | 62 | 2B | 0 | 146 | 63 | 33 |
| Octal | 376 | 6 | 222 | 0 | 142 | 53 | 0 | 506 | 143 | 63 |
| Binary | 11111110 | 110 | 10010010 | 0 | 1100010 | 101011 | 0 | 101000110 | 1100011 | 110011 |
Color Harmonies of #FE0692
Complementary color
Monochromatic Colors of #FE0692
Black with #FE0692
Text Example
Text Example
White with #FE0692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0692; }
p { color: rgb(254,6,146); }
H1.HeaderClassName
{
color: #FE0692;
}
.AnyTagClassName
{
color: #FE0692;
}
</style>
background-color css
<style>
a { background-color: #FE0692; }
a { background-color: rgb(254,6,146); }
div.DivClassName
{
background-color: #FE0692;
}
.BgClassName
{
background-color: #FE0692;
}
</style>
border-color css
<style>
span { border-color: #FE0692; }
span { border-color: rgb(254,6,146); }
td.TdClassName
{
border-color: #FE0692;
}
.TagClassName
{
border-color: #FE0692;
}
</style>