Shades of Deep Pink #FE0D7B
Tints of Deep Pink #FE0D7B
RGB
CMYK
RGB Variations
Color information
#FE0D7B (or 0xFE0D7B) is known color: Deep Pink. HEX triplet: FE, 0D and 7B. RGB value is (254,13,123). Sum of RGB (Red+Green+Blue) = 254+13+123=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0D7B is #01F284. Grayscale: #616161. Windows color (decimal): -127621 or 8064510. OLE color: 8064510.
HSL color Cylindrical-coordinate representation of color #FE0D7B: hue angle of 332.61º 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 #FE0D7B is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 123 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.00 |
| HSL | 332.61º | 0.99% | 0.52% | - |
| HSV(B) | 332.61º | 0.95% | 1% | - |
| XYZ | 44.59 | 22.79 | 20.79 | - |
| YUV | 97.6 | 142.34 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 123 | 0 | 0.95 | 0.52 | 0.00 | 332.61 | 0.99 | 0.52 |
| Hex | FE | D | 7B | 0 | 5F | 34 | 0 | 14D | 63 | 34 |
| Octal | 376 | 15 | 173 | 0 | 137 | 64 | 0 | 515 | 143 | 64 |
| Binary | 11111110 | 1101 | 1111011 | 0 | 1011111 | 110100 | 0 | 101001101 | 1100011 | 110100 |
Color Harmonies of #FE0D7B
Complementary color
Monochromatic Colors of #FE0D7B
Black with #FE0D7B
Text Example
Text Example
White with #FE0D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D7B; }
p { color: rgb(254,13,123); }
H1.HeaderClassName
{
color: #FE0D7B;
}
.AnyTagClassName
{
color: #FE0D7B;
}
</style>
background-color css
<style>
a { background-color: #FE0D7B; }
a { background-color: rgb(254,13,123); }
div.DivClassName
{
background-color: #FE0D7B;
}
.BgClassName
{
background-color: #FE0D7B;
}
</style>
border-color css
<style>
span { border-color: #FE0D7B; }
span { border-color: rgb(254,13,123); }
td.TdClassName
{
border-color: #FE0D7B;
}
.TagClassName
{
border-color: #FE0D7B;
}
</style>