Shades of Deep Pink #FE0985
Tints of Deep Pink #FE0985
RGB
CMYK
RGB Variations
Color information
#FE0985 (or 0xFE0985) is known color: Deep Pink. HEX triplet: FE, 09 and 85. RGB value is (254,9,133). Sum of RGB (Red+Green+Blue) = 254+9+133=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0985 is #01F67A. Grayscale: #606060. Windows color (decimal): -128635 or 8718846. OLE color: 8718846.
HSL color Cylindrical-coordinate representation of color #FE0985: hue angle of 329.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0985 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.00 |
| HSL | 329.63º | 0.99% | 0.52% | - |
| HSV(B) | 329.63º | 0.96% | 1% | - |
| XYZ | 45.2 | 22.96 | 24.24 | - |
| YUV | 96.39 | 148.67 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 133 | 0 | 0.96 | 0.48 | 0.00 | 329.63 | 0.99 | 0.52 |
| Hex | FE | 9 | 85 | 0 | 60 | 30 | 0 | 14A | 63 | 34 |
| Octal | 376 | 11 | 205 | 0 | 140 | 60 | 0 | 512 | 143 | 64 |
| Binary | 11111110 | 1001 | 10000101 | 0 | 1100000 | 110000 | 0 | 101001010 | 1100011 | 110100 |
Color Harmonies of #FE0985
Complementary color
Monochromatic Colors of #FE0985
Black with #FE0985
Text Example
Text Example
White with #FE0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0985; }
p { color: rgb(254,9,133); }
H1.HeaderClassName
{
color: #FE0985;
}
.AnyTagClassName
{
color: #FE0985;
}
</style>
background-color css
<style>
a { background-color: #FE0985; }
a { background-color: rgb(254,9,133); }
div.DivClassName
{
background-color: #FE0985;
}
.BgClassName
{
background-color: #FE0985;
}
</style>
border-color css
<style>
span { border-color: #FE0985; }
span { border-color: rgb(254,9,133); }
td.TdClassName
{
border-color: #FE0985;
}
.TagClassName
{
border-color: #FE0985;
}
</style>