Shades of Deep Pink #FE068C
Tints of Deep Pink #FE068C
RGB
CMYK
RGB Variations
Color information
#FE068C (or 0xFE068C) is known color: Deep Pink. HEX triplet: FE, 06 and 8C. RGB value is (254,6,140). Sum of RGB (Red+Green+Blue) = 254+6+140=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE068C is #01F973. Grayscale: #5F5F5F. Windows color (decimal): -129396 or 9176830. OLE color: 9176830.
HSL color Cylindrical-coordinate representation of color #FE068C: hue angle of 327.58º 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 #FE068C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 140 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.00 |
| HSL | 327.58º | 0.99% | 0.51% | - |
| HSV(B) | 327.58º | 0.98% | 1% | - |
| XYZ | 45.67 | 23.09 | 26.86 | - |
| YUV | 95.43 | 153.16 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 140 | 0 | 0.98 | 0.45 | 0.00 | 327.58 | 0.99 | 0.51 |
| Hex | FE | 6 | 8C | 0 | 62 | 2D | 0 | 148 | 63 | 33 |
| Octal | 376 | 6 | 214 | 0 | 142 | 55 | 0 | 510 | 143 | 63 |
| Binary | 11111110 | 110 | 10001100 | 0 | 1100010 | 101101 | 0 | 101001000 | 1100011 | 110011 |
Color Harmonies of #FE068C
Complementary color
Monochromatic Colors of #FE068C
Black with #FE068C
Text Example
Text Example
White with #FE068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE068C; }
p { color: rgb(254,6,140); }
H1.HeaderClassName
{
color: #FE068C;
}
.AnyTagClassName
{
color: #FE068C;
}
</style>
background-color css
<style>
a { background-color: #FE068C; }
a { background-color: rgb(254,6,140); }
div.DivClassName
{
background-color: #FE068C;
}
.BgClassName
{
background-color: #FE068C;
}
</style>
border-color css
<style>
span { border-color: #FE068C; }
span { border-color: rgb(254,6,140); }
td.TdClassName
{
border-color: #FE068C;
}
.TagClassName
{
border-color: #FE068C;
}
</style>