Shades of Pale Magenta #F67DE5
Tints of Pale Magenta #F67DE5
RGB
CMYK
RGB Variations
Color information
#F67DE5 (or 0xF67DE5) is known color: Pale Magenta. HEX triplet: F6, 7D and E5. RGB value is (246,125,229). Sum of RGB (Red+Green+Blue) = 246+125+229=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DE5 is #09821A. Grayscale: #ACACAC. Windows color (decimal): -623131 or 15039990. OLE color: 15039990.
HSL color Cylindrical-coordinate representation of color #F67DE5: hue angle of 308.43º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DE5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 229 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.04 |
| HSL | 308.43º | 0.87% | 0.73% | - |
| HSV(B) | 308.43º | 0.49% | 0.96% | - |
| XYZ | 59.48 | 39.92 | 78.7 | - |
| YUV | 173.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 229 | 0 | 0.49 | 0.07 | 0.04 | 308.43 | 0.87 | 0.73 |
| Hex | F6 | 7D | E5 | 0 | 31 | 7 | 4 | 134 | 57 | 49 |
| Octal | 366 | 175 | 345 | 0 | 61 | 7 | 4 | 464 | 127 | 111 |
| Binary | 11110110 | 1111101 | 11100101 | 0 | 110001 | 111 | 100 | 100110100 | 1010111 | 1001001 |
Color Harmonies of #F67DE5
Complementary color
Monochromatic Colors of #F67DE5
Black with #F67DE5
Text Example
Text Example
White with #F67DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67DE5; }
p { color: rgb(246,125,229); }
H1.HeaderClassName
{
color: #F67DE5;
}
.AnyTagClassName
{
color: #F67DE5;
}
</style>
background-color css
<style>
a { background-color: #F67DE5; }
a { background-color: rgb(246,125,229); }
div.DivClassName
{
background-color: #F67DE5;
}
.BgClassName
{
background-color: #F67DE5;
}
</style>
border-color css
<style>
span { border-color: #F67DE5; }
span { border-color: rgb(246,125,229); }
td.TdClassName
{
border-color: #F67DE5;
}
.TagClassName
{
border-color: #F67DE5;
}
</style>