Shades of Pale Magenta #F27DE5
Tints of Pale Magenta #F27DE5
RGB
CMYK
RGB Variations
Color information
#F27DE5 (or 0xF27DE5) is known color: Pale Magenta. HEX triplet: F2, 7D and E5. RGB value is (242,125,229). Sum of RGB (Red+Green+Blue) = 242+125+229=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DE5 is #0D821A. Grayscale: #ABABAB. Windows color (decimal): -885275 or 15039986. OLE color: 15039986.
HSL color Cylindrical-coordinate representation of color #F27DE5: hue angle of 306.67º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DE5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 229 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.05 |
| HSL | 306.67º | 0.82% | 0.72% | - |
| HSV(B) | 306.67º | 0.48% | 0.95% | - |
| XYZ | 58.09 | 39.2 | 78.63 | - |
| YUV | 171.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 229 | 0 | 0.48 | 0.05 | 0.05 | 306.67 | 0.82 | 0.72 |
| Hex | F2 | 7D | E5 | 0 | 30 | 5 | 5 | 133 | 52 | 48 |
| Octal | 362 | 175 | 345 | 0 | 60 | 5 | 5 | 463 | 122 | 110 |
| Binary | 11110010 | 1111101 | 11100101 | 0 | 110000 | 101 | 101 | 100110011 | 1010010 | 1001000 |
Color Harmonies of #F27DE5
Complementary color
Monochromatic Colors of #F27DE5
Black with #F27DE5
Text Example
Text Example
White with #F27DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DE5; }
p { color: rgb(242,125,229); }
H1.HeaderClassName
{
color: #F27DE5;
}
.AnyTagClassName
{
color: #F27DE5;
}
</style>
background-color css
<style>
a { background-color: #F27DE5; }
a { background-color: rgb(242,125,229); }
div.DivClassName
{
background-color: #F27DE5;
}
.BgClassName
{
background-color: #F27DE5;
}
</style>
border-color css
<style>
span { border-color: #F27DE5; }
span { border-color: rgb(242,125,229); }
td.TdClassName
{
border-color: #F27DE5;
}
.TagClassName
{
border-color: #F27DE5;
}
</style>