Shades of Pale Magenta #FE74DB
Tints of Pale Magenta #FE74DB
RGB
CMYK
RGB Variations
Color information
#FE74DB (or 0xFE74DB) is known color: Pale Magenta. HEX triplet: FE, 74 and DB. RGB value is (254,116,219). Sum of RGB (Red+Green+Blue) = 254+116+219=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74DB is #018B24. Grayscale: #A8A8A8. Windows color (decimal): -101157 or 14382334. OLE color: 14382334.
HSL color Cylindrical-coordinate representation of color #FE74DB: hue angle of 315.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74DB is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 219 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.00 |
| HSL | 315.22º | 0.99% | 0.73% | - |
| HSV(B) | 315.22º | 0.54% | 1% | - |
| XYZ | 59.9 | 38.68 | 71.33 | - |
| YUV | 169 | 156.22 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 219 | 0 | 0.54 | 0.14 | 0.00 | 315.22 | 0.99 | 0.73 |
| Hex | FE | 74 | DB | 0 | 36 | E | 0 | 13B | 63 | 49 |
| Octal | 376 | 164 | 333 | 0 | 66 | 16 | 0 | 473 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11011011 | 0 | 110110 | 1110 | 0 | 100111011 | 1100011 | 1001001 |
Color Harmonies of #FE74DB
Complementary color
Monochromatic Colors of #FE74DB
Black with #FE74DB
Text Example
Text Example
White with #FE74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74DB; }
p { color: rgb(254,116,219); }
H1.HeaderClassName
{
color: #FE74DB;
}
.AnyTagClassName
{
color: #FE74DB;
}
</style>
background-color css
<style>
a { background-color: #FE74DB; }
a { background-color: rgb(254,116,219); }
div.DivClassName
{
background-color: #FE74DB;
}
.BgClassName
{
background-color: #FE74DB;
}
</style>
border-color css
<style>
span { border-color: #FE74DB; }
span { border-color: rgb(254,116,219); }
td.TdClassName
{
border-color: #FE74DB;
}
.TagClassName
{
border-color: #FE74DB;
}
</style>