Shades of Pale Magenta #F674E0
Tints of Pale Magenta #F674E0
RGB
CMYK
RGB Variations
Color information
#F674E0 (or 0xF674E0) is known color: Pale Magenta. HEX triplet: F6, 74 and E0. RGB value is (246,116,224). Sum of RGB (Red+Green+Blue) = 246+116+224=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F674E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674E0 is #098B1F. Grayscale: #A6A6A6. Windows color (decimal): -625440 or 14710006. OLE color: 14710006.
HSL color Cylindrical-coordinate representation of color #F674E0: hue angle of 310.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674E0 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 224 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.04 |
| HSL | 310.15º | 0.88% | 0.71% | - |
| HSV(B) | 310.15º | 0.53% | 0.96% | - |
| XYZ | 57.71 | 37.47 | 74.71 | - |
| YUV | 167.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 224 | 0 | 0.53 | 0.09 | 0.04 | 310.15 | 0.88 | 0.71 |
| Hex | F6 | 74 | E0 | 0 | 35 | 9 | 4 | 136 | 58 | 47 |
| Octal | 366 | 164 | 340 | 0 | 65 | 11 | 4 | 466 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11100000 | 0 | 110101 | 1001 | 100 | 100110110 | 1011000 | 1000111 |
Color Harmonies of #F674E0
Complementary color
Monochromatic Colors of #F674E0
Black with #F674E0
Text Example
Text Example
White with #F674E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674E0; }
p { color: rgb(246,116,224); }
H1.HeaderClassName
{
color: #F674E0;
}
.AnyTagClassName
{
color: #F674E0;
}
</style>
background-color css
<style>
a { background-color: #F674E0; }
a { background-color: rgb(246,116,224); }
div.DivClassName
{
background-color: #F674E0;
}
.BgClassName
{
background-color: #F674E0;
}
</style>
border-color css
<style>
span { border-color: #F674E0; }
span { border-color: rgb(246,116,224); }
td.TdClassName
{
border-color: #F674E0;
}
.TagClassName
{
border-color: #F674E0;
}
</style>