Shades of Deep Pink #FE1678
Tints of Deep Pink #FE1678
RGB
CMYK
RGB Variations
Color information
#FE1678 (or 0xFE1678) is known color: Deep Pink. HEX triplet: FE, 16 and 78. RGB value is (254,22,120). Sum of RGB (Red+Green+Blue) = 254+22+120=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1678 is #01E987. Grayscale: #666666. Windows color (decimal): -125320 or 7870206. OLE color: 7870206.
HSL color Cylindrical-coordinate representation of color #FE1678: hue angle of 334.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1678 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 120 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.00 |
| HSL | 334.66º | 0.99% | 0.54% | - |
| HSV(B) | 334.66º | 0.91% | 1% | - |
| XYZ | 44.55 | 23 | 19.86 | - |
| YUV | 102.54 | 137.86 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 120 | 0 | 0.91 | 0.53 | 0.00 | 334.66 | 0.99 | 0.54 |
| Hex | FE | 16 | 78 | 0 | 5B | 35 | 0 | 14F | 63 | 36 |
| Octal | 376 | 26 | 170 | 0 | 133 | 65 | 0 | 517 | 143 | 66 |
| Binary | 11111110 | 10110 | 1111000 | 0 | 1011011 | 110101 | 0 | 101001111 | 1100011 | 110110 |
Color Harmonies of #FE1678
Complementary color
Monochromatic Colors of #FE1678
Black with #FE1678
Text Example
Text Example
White with #FE1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1678; }
p { color: rgb(254,22,120); }
H1.HeaderClassName
{
color: #FE1678;
}
.AnyTagClassName
{
color: #FE1678;
}
</style>
background-color css
<style>
a { background-color: #FE1678; }
a { background-color: rgb(254,22,120); }
div.DivClassName
{
background-color: #FE1678;
}
.BgClassName
{
background-color: #FE1678;
}
</style>
border-color css
<style>
span { border-color: #FE1678; }
span { border-color: rgb(254,22,120); }
td.TdClassName
{
border-color: #FE1678;
}
.TagClassName
{
border-color: #FE1678;
}
</style>