Shades of Pale Magenta #FF74E6
Tints of Pale Magenta #FF74E6
RGB
CMYK
RGB Variations
Color information
#FF74E6 (or 0xFF74E6) is known color: Pale Magenta. HEX triplet: FF, 74 and E6. RGB value is (255,116,230). Sum of RGB (Red+Green+Blue) = 255+116+230=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74E6 is #008B19. Grayscale: #AAAAAA. Windows color (decimal): -35610 or 15103231. OLE color: 15103231.
HSL color Cylindrical-coordinate representation of color #FF74E6: hue angle of 310.79º 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 #FF74E6 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 230 | - |
| CMYK | 0 | 0.55 | 0.10 | 0 |
| HSL | 310.79º | 1% | 0.73% | - |
| HSV(B) | 310.79º | 0.55% | 1% | - |
| XYZ | 61.77 | 39.46 | 79.22 | - |
| YUV | 170.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 230 | 0 | 0.55 | 0.10 | 0 | 310.79 | 1 | 0.73 |
| Hex | FF | 74 | E6 | 0 | 37 | A | 0 | 137 | 64 | 49 |
| Octal | 377 | 164 | 346 | 0 | 67 | 12 | 0 | 467 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11100110 | 0 | 110111 | 1010 | 0 | 100110111 | 1100100 | 1001001 |
Color Harmonies of #FF74E6
Complementary color
Monochromatic Colors of #FF74E6
Black with #FF74E6
Text Example
Text Example
White with #FF74E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74E6; }
p { color: rgb(255,116,230); }
H1.HeaderClassName
{
color: #FF74E6;
}
.AnyTagClassName
{
color: #FF74E6;
}
</style>
background-color css
<style>
a { background-color: #FF74E6; }
a { background-color: rgb(255,116,230); }
div.DivClassName
{
background-color: #FF74E6;
}
.BgClassName
{
background-color: #FF74E6;
}
</style>
border-color css
<style>
span { border-color: #FF74E6; }
span { border-color: rgb(255,116,230); }
td.TdClassName
{
border-color: #FF74E6;
}
.TagClassName
{
border-color: #FF74E6;
}
</style>