Shades of Pale Magenta #F677E5
Tints of Pale Magenta #F677E5
RGB
CMYK
RGB Variations
Color information
#F677E5 (or 0xF677E5) is known color: Pale Magenta. HEX triplet: F6, 77 and E5. RGB value is (246,119,229). Sum of RGB (Red+Green+Blue) = 246+119+229=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 119 (46.88% from 255 or 20.03% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F677E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677E5 is #09881A. Grayscale: #A9A9A9. Windows color (decimal): -624667 or 15038454. OLE color: 15038454.
HSL color Cylindrical-coordinate representation of color #F677E5: hue angle of 308.03º 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 #F677E5 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 229 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.04 |
| HSL | 308.03º | 0.88% | 0.72% | - |
| HSV(B) | 308.03º | 0.52% | 0.96% | - |
| XYZ | 58.75 | 38.44 | 78.45 | - |
| YUV | 169.51 | 161.58 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 229 | 0 | 0.52 | 0.07 | 0.04 | 308.03 | 0.88 | 0.72 |
| Hex | F6 | 77 | E5 | 0 | 34 | 7 | 4 | 134 | 58 | 48 |
| Octal | 366 | 167 | 345 | 0 | 64 | 7 | 4 | 464 | 130 | 110 |
| Binary | 11110110 | 1110111 | 11100101 | 0 | 110100 | 111 | 100 | 100110100 | 1011000 | 1001000 |
Color Harmonies of #F677E5
Complementary color
Monochromatic Colors of #F677E5
Black with #F677E5
Text Example
Text Example
White with #F677E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677E5; }
p { color: rgb(246,119,229); }
H1.HeaderClassName
{
color: #F677E5;
}
.AnyTagClassName
{
color: #F677E5;
}
</style>
background-color css
<style>
a { background-color: #F677E5; }
a { background-color: rgb(246,119,229); }
div.DivClassName
{
background-color: #F677E5;
}
.BgClassName
{
background-color: #F677E5;
}
</style>
border-color css
<style>
span { border-color: #F677E5; }
span { border-color: rgb(246,119,229); }
td.TdClassName
{
border-color: #F677E5;
}
.TagClassName
{
border-color: #F677E5;
}
</style>