Shades of Deep Pink #FE068D
Tints of Deep Pink #FE068D
RGB
CMYK
RGB Variations
Color information
#FE068D (or 0xFE068D) is known color: Deep Pink. HEX triplet: FE, 06 and 8D. RGB value is (254,6,141). Sum of RGB (Red+Green+Blue) = 254+6+141=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE068D is #01F972. Grayscale: #5F5F5F. Windows color (decimal): -129395 or 9242366. OLE color: 9242366.
HSL color Cylindrical-coordinate representation of color #FE068D: hue angle of 327.34º 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 #FE068D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 141 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.00 |
| HSL | 327.34º | 0.99% | 0.51% | - |
| HSV(B) | 327.34º | 0.98% | 1% | - |
| XYZ | 45.75 | 23.12 | 27.25 | - |
| YUV | 95.54 | 153.66 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 141 | 0 | 0.98 | 0.44 | 0.00 | 327.34 | 0.99 | 0.51 |
| Hex | FE | 6 | 8D | 0 | 62 | 2C | 0 | 147 | 63 | 33 |
| Octal | 376 | 6 | 215 | 0 | 142 | 54 | 0 | 507 | 143 | 63 |
| Binary | 11111110 | 110 | 10001101 | 0 | 1100010 | 101100 | 0 | 101000111 | 1100011 | 110011 |
Color Harmonies of #FE068D
Complementary color
Monochromatic Colors of #FE068D
Black with #FE068D
Text Example
Text Example
White with #FE068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE068D; }
p { color: rgb(254,6,141); }
H1.HeaderClassName
{
color: #FE068D;
}
.AnyTagClassName
{
color: #FE068D;
}
</style>
background-color css
<style>
a { background-color: #FE068D; }
a { background-color: rgb(254,6,141); }
div.DivClassName
{
background-color: #FE068D;
}
.BgClassName
{
background-color: #FE068D;
}
</style>
border-color css
<style>
span { border-color: #FE068D; }
span { border-color: rgb(254,6,141); }
td.TdClassName
{
border-color: #FE068D;
}
.TagClassName
{
border-color: #FE068D;
}
</style>