Shades of Deep Pink #FE1785
Tints of Deep Pink #FE1785
RGB
CMYK
RGB Variations
Color information
#FE1785 (or 0xFE1785) is known color: Deep Pink. HEX triplet: FE, 17 and 85. RGB value is (254,23,133). Sum of RGB (Red+Green+Blue) = 254+23+133=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1785 is #01E87A. Grayscale: #686868. Windows color (decimal): -125051 or 8722430. OLE color: 8722430.
HSL color Cylindrical-coordinate representation of color #FE1785: hue angle of 331.43º 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 #FE1785 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 133 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.00 |
| HSL | 331.43º | 0.99% | 0.54% | - |
| HSV(B) | 331.43º | 0.91% | 1% | - |
| XYZ | 45.41 | 23.38 | 24.31 | - |
| YUV | 104.61 | 144.03 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 133 | 0 | 0.91 | 0.48 | 0.00 | 331.43 | 0.99 | 0.54 |
| Hex | FE | 17 | 85 | 0 | 5B | 30 | 0 | 14B | 63 | 36 |
| Octal | 376 | 27 | 205 | 0 | 133 | 60 | 0 | 513 | 143 | 66 |
| Binary | 11111110 | 10111 | 10000101 | 0 | 1011011 | 110000 | 0 | 101001011 | 1100011 | 110110 |
Color Harmonies of #FE1785
Complementary color
Monochromatic Colors of #FE1785
Black with #FE1785
Text Example
Text Example
White with #FE1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1785; }
p { color: rgb(254,23,133); }
H1.HeaderClassName
{
color: #FE1785;
}
.AnyTagClassName
{
color: #FE1785;
}
</style>
background-color css
<style>
a { background-color: #FE1785; }
a { background-color: rgb(254,23,133); }
div.DivClassName
{
background-color: #FE1785;
}
.BgClassName
{
background-color: #FE1785;
}
</style>
border-color css
<style>
span { border-color: #FE1785; }
span { border-color: rgb(254,23,133); }
td.TdClassName
{
border-color: #FE1785;
}
.TagClassName
{
border-color: #FE1785;
}
</style>