Shades of Pale Magenta #FF74DB
Tints of Pale Magenta #FF74DB
RGB
CMYK
RGB Variations
Color information
#FF74DB (or 0xFF74DB) is known color: Pale Magenta. HEX triplet: FF, 74 and DB. RGB value is (255,116,219). Sum of RGB (Red+Green+Blue) = 255+116+219=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74DB is #008B24. Grayscale: #A9A9A9. Windows color (decimal): -35621 or 14382335. OLE color: 14382335.
HSL color Cylindrical-coordinate representation of color #FF74DB: hue angle of 315.54º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74DB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 219 | - |
| CMYK | 0 | 0.55 | 0.14 | 0 |
| HSL | 315.54º | 1% | 0.73% | - |
| HSV(B) | 315.54º | 0.55% | 1% | - |
| XYZ | 60.27 | 38.87 | 71.34 | - |
| YUV | 169.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 219 | 0 | 0.55 | 0.14 | 0 | 315.54 | 1 | 0.73 |
| Hex | FF | 74 | DB | 0 | 37 | E | 0 | 13C | 64 | 49 |
| Octal | 377 | 164 | 333 | 0 | 67 | 16 | 0 | 474 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11011011 | 0 | 110111 | 1110 | 0 | 100111100 | 1100100 | 1001001 |
Color Harmonies of #FF74DB
Complementary color
Monochromatic Colors of #FF74DB
Black with #FF74DB
Text Example
Text Example
White with #FF74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74DB; }
p { color: rgb(255,116,219); }
H1.HeaderClassName
{
color: #FF74DB;
}
.AnyTagClassName
{
color: #FF74DB;
}
</style>
background-color css
<style>
a { background-color: #FF74DB; }
a { background-color: rgb(255,116,219); }
div.DivClassName
{
background-color: #FF74DB;
}
.BgClassName
{
background-color: #FF74DB;
}
</style>
border-color css
<style>
span { border-color: #FF74DB; }
span { border-color: rgb(255,116,219); }
td.TdClassName
{
border-color: #FF74DB;
}
.TagClassName
{
border-color: #FF74DB;
}
</style>