Shades of Deep Pink #FE0C77
Tints of Deep Pink #FE0C77
RGB
CMYK
RGB Variations
Color information
#FE0C77 (or 0xFE0C77) is known color: Deep Pink. HEX triplet: FE, 0C and 77. RGB value is (254,12,119). Sum of RGB (Red+Green+Blue) = 254+12+119=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0C77 is #01F388. Grayscale: #606060. Windows color (decimal): -127881 or 7802110. OLE color: 7802110.
HSL color Cylindrical-coordinate representation of color #FE0C77: hue angle of 333.47º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C77 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 119 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.00 |
| HSL | 333.47º | 0.99% | 0.52% | - |
| HSV(B) | 333.47º | 0.95% | 1% | - |
| XYZ | 44.33 | 22.67 | 19.49 | - |
| YUV | 96.56 | 140.67 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 119 | 0 | 0.95 | 0.53 | 0.00 | 333.47 | 0.99 | 0.52 |
| Hex | FE | C | 77 | 0 | 5F | 35 | 0 | 14D | 63 | 34 |
| Octal | 376 | 14 | 167 | 0 | 137 | 65 | 0 | 515 | 143 | 64 |
| Binary | 11111110 | 1100 | 1110111 | 0 | 1011111 | 110101 | 0 | 101001101 | 1100011 | 110100 |
Color Harmonies of #FE0C77
Complementary color
Monochromatic Colors of #FE0C77
Black with #FE0C77
Text Example
Text Example
White with #FE0C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C77; }
p { color: rgb(254,12,119); }
H1.HeaderClassName
{
color: #FE0C77;
}
.AnyTagClassName
{
color: #FE0C77;
}
</style>
background-color css
<style>
a { background-color: #FE0C77; }
a { background-color: rgb(254,12,119); }
div.DivClassName
{
background-color: #FE0C77;
}
.BgClassName
{
background-color: #FE0C77;
}
</style>
border-color css
<style>
span { border-color: #FE0C77; }
span { border-color: rgb(254,12,119); }
td.TdClassName
{
border-color: #FE0C77;
}
.TagClassName
{
border-color: #FE0C77;
}
</style>