Shades of Pale Magenta #F474E6
Tints of Pale Magenta #F474E6
RGB
CMYK
RGB Variations
Color information
#F474E6 (or 0xF474E6) is known color: Pale Magenta. HEX triplet: F4, 74 and E6. RGB value is (244,116,230). Sum of RGB (Red+Green+Blue) = 244+116+230=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 116 (45.70% from 255 or 19.66% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F474E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F474E6 is #0B8B19. Grayscale: #A6A6A6. Windows color (decimal): -756506 or 15103220. OLE color: 15103220.
HSL color Cylindrical-coordinate representation of color #F474E6: hue angle of 306.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474E6 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 230 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.04 |
| HSL | 306.56º | 0.85% | 0.71% | - |
| HSV(B) | 306.56º | 0.52% | 0.96% | - |
| XYZ | 57.84 | 37.44 | 79.04 | - |
| YUV | 167.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 230 | 0 | 0.52 | 0.06 | 0.04 | 306.56 | 0.85 | 0.71 |
| Hex | F4 | 74 | E6 | 0 | 34 | 6 | 4 | 133 | 55 | 47 |
| Octal | 364 | 164 | 346 | 0 | 64 | 6 | 4 | 463 | 125 | 107 |
| Binary | 11110100 | 1110100 | 11100110 | 0 | 110100 | 110 | 100 | 100110011 | 1010101 | 1000111 |
Color Harmonies of #F474E6
Complementary color
Monochromatic Colors of #F474E6
Black with #F474E6
Text Example
Text Example
White with #F474E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F474E6; }
p { color: rgb(244,116,230); }
H1.HeaderClassName
{
color: #F474E6;
}
.AnyTagClassName
{
color: #F474E6;
}
</style>
background-color css
<style>
a { background-color: #F474E6; }
a { background-color: rgb(244,116,230); }
div.DivClassName
{
background-color: #F474E6;
}
.BgClassName
{
background-color: #F474E6;
}
</style>
border-color css
<style>
span { border-color: #F474E6; }
span { border-color: rgb(244,116,230); }
td.TdClassName
{
border-color: #F474E6;
}
.TagClassName
{
border-color: #F474E6;
}
</style>