Shades of Deep Pink #FE0B7D
Tints of Deep Pink #FE0B7D
RGB
CMYK
RGB Variations
Color information
#FE0B7D (or 0xFE0B7D) is known color: Deep Pink. HEX triplet: FE, 0B and 7D. RGB value is (254,11,125). Sum of RGB (Red+Green+Blue) = 254+11+125=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B7D is #01F482. Grayscale: #606060. Windows color (decimal): -128131 or 8195070. OLE color: 8195070.
HSL color Cylindrical-coordinate representation of color #FE0B7D: hue angle of 331.85º 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 #FE0B7D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 125 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.00 |
| HSL | 331.85º | 0.99% | 0.52% | - |
| HSV(B) | 331.85º | 0.96% | 1% | - |
| XYZ | 44.69 | 22.79 | 21.45 | - |
| YUV | 96.65 | 144.01 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 125 | 0 | 0.96 | 0.51 | 0.00 | 331.85 | 0.99 | 0.52 |
| Hex | FE | B | 7D | 0 | 60 | 33 | 0 | 14C | 63 | 34 |
| Octal | 376 | 13 | 175 | 0 | 140 | 63 | 0 | 514 | 143 | 64 |
| Binary | 11111110 | 1011 | 1111101 | 0 | 1100000 | 110011 | 0 | 101001100 | 1100011 | 110100 |
Color Harmonies of #FE0B7D
Complementary color
Monochromatic Colors of #FE0B7D
Black with #FE0B7D
Text Example
Text Example
White with #FE0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B7D; }
p { color: rgb(254,11,125); }
H1.HeaderClassName
{
color: #FE0B7D;
}
.AnyTagClassName
{
color: #FE0B7D;
}
</style>
background-color css
<style>
a { background-color: #FE0B7D; }
a { background-color: rgb(254,11,125); }
div.DivClassName
{
background-color: #FE0B7D;
}
.BgClassName
{
background-color: #FE0B7D;
}
</style>
border-color css
<style>
span { border-color: #FE0B7D; }
span { border-color: rgb(254,11,125); }
td.TdClassName
{
border-color: #FE0B7D;
}
.TagClassName
{
border-color: #FE0B7D;
}
</style>