Shades of Pale Magenta #F76CE5
Tints of Pale Magenta #F76CE5
RGB
CMYK
RGB Variations
Color information
#F76CE5 (or 0xF76CE5) is known color: Pale Magenta. HEX triplet: F7, 6C and E5. RGB value is (247,108,229). Sum of RGB (Red+Green+Blue) = 247+108+229=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CE5 is #08931A. Grayscale: #A3A3A3. Windows color (decimal): -561947 or 15035639. OLE color: 15035639.
HSL color Cylindrical-coordinate representation of color #F76CE5: hue angle of 307.77º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CE5 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 229 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.03 |
| HSL | 307.77º | 0.9% | 0.7% | - |
| HSV(B) | 307.77º | 0.56% | 0.97% | - |
| XYZ | 57.86 | 36.16 | 78.06 | - |
| YUV | 163.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 229 | 0 | 0.56 | 0.07 | 0.03 | 307.77 | 0.9 | 0.7 |
| Hex | F7 | 6C | E5 | 0 | 38 | 7 | 3 | 134 | 5A | 46 |
| Octal | 367 | 154 | 345 | 0 | 70 | 7 | 3 | 464 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11100101 | 0 | 111000 | 111 | 11 | 100110100 | 1011010 | 1000110 |
Color Harmonies of #F76CE5
Complementary color
Monochromatic Colors of #F76CE5
Black with #F76CE5
Text Example
Text Example
White with #F76CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CE5; }
p { color: rgb(247,108,229); }
H1.HeaderClassName
{
color: #F76CE5;
}
.AnyTagClassName
{
color: #F76CE5;
}
</style>
background-color css
<style>
a { background-color: #F76CE5; }
a { background-color: rgb(247,108,229); }
div.DivClassName
{
background-color: #F76CE5;
}
.BgClassName
{
background-color: #F76CE5;
}
</style>
border-color css
<style>
span { border-color: #F76CE5; }
span { border-color: rgb(247,108,229); }
td.TdClassName
{
border-color: #F76CE5;
}
.TagClassName
{
border-color: #F76CE5;
}
</style>