Shades of Pale Magenta #F677E4
Tints of Pale Magenta #F677E4
RGB
CMYK
RGB Variations
Color information
#F677E4 (or 0xF677E4) is known color: Pale Magenta. HEX triplet: F6, 77 and E4. RGB value is (246,119,228). Sum of RGB (Red+Green+Blue) = 246+119+228=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F677E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677E4 is #09881B. Grayscale: #A9A9A9. Windows color (decimal): -624668 or 14972918. OLE color: 14972918.
HSL color Cylindrical-coordinate representation of color #F677E4: hue angle of 308.5º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F677E4 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 228 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.04 |
| HSL | 308.5º | 0.88% | 0.72% | - |
| HSV(B) | 308.5º | 0.52% | 0.96% | - |
| XYZ | 58.61 | 38.39 | 77.72 | - |
| YUV | 169.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 228 | 0 | 0.52 | 0.07 | 0.04 | 308.5 | 0.88 | 0.72 |
| Hex | F6 | 77 | E4 | 0 | 34 | 7 | 4 | 135 | 58 | 48 |
| Octal | 366 | 167 | 344 | 0 | 64 | 7 | 4 | 465 | 130 | 110 |
| Binary | 11110110 | 1110111 | 11100100 | 0 | 110100 | 111 | 100 | 100110101 | 1011000 | 1001000 |
Color Harmonies of #F677E4
Complementary color
Monochromatic Colors of #F677E4
Black with #F677E4
Text Example
Text Example
White with #F677E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677E4; }
p { color: rgb(246,119,228); }
H1.HeaderClassName
{
color: #F677E4;
}
.AnyTagClassName
{
color: #F677E4;
}
</style>
background-color css
<style>
a { background-color: #F677E4; }
a { background-color: rgb(246,119,228); }
div.DivClassName
{
background-color: #F677E4;
}
.BgClassName
{
background-color: #F677E4;
}
</style>
border-color css
<style>
span { border-color: #F677E4; }
span { border-color: rgb(246,119,228); }
td.TdClassName
{
border-color: #F677E4;
}
.TagClassName
{
border-color: #F677E4;
}
</style>