Shades of Pale Magenta #F27BE5
Tints of Pale Magenta #F27BE5
RGB
CMYK
RGB Variations
Color information
#F27BE5 (or 0xF27BE5) is known color: Pale Magenta. HEX triplet: F2, 7B and E5. RGB value is (242,123,229). Sum of RGB (Red+Green+Blue) = 242+123+229=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BE5 is #0D841A. Grayscale: #AAAAAA. Windows color (decimal): -885787 or 15039474. OLE color: 15039474.
HSL color Cylindrical-coordinate representation of color #F27BE5: hue angle of 306.55º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BE5 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 229 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.05 |
| HSL | 306.55º | 0.82% | 0.72% | - |
| HSV(B) | 306.55º | 0.49% | 0.95% | - |
| XYZ | 57.84 | 38.7 | 78.55 | - |
| YUV | 170.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 229 | 0 | 0.49 | 0.05 | 0.05 | 306.55 | 0.82 | 0.72 |
| Hex | F2 | 7B | E5 | 0 | 31 | 5 | 5 | 133 | 52 | 48 |
| Octal | 362 | 173 | 345 | 0 | 61 | 5 | 5 | 463 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11100101 | 0 | 110001 | 101 | 101 | 100110011 | 1010010 | 1001000 |
Color Harmonies of #F27BE5
Complementary color
Monochromatic Colors of #F27BE5
Black with #F27BE5
Text Example
Text Example
White with #F27BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BE5; }
p { color: rgb(242,123,229); }
H1.HeaderClassName
{
color: #F27BE5;
}
.AnyTagClassName
{
color: #F27BE5;
}
</style>
background-color css
<style>
a { background-color: #F27BE5; }
a { background-color: rgb(242,123,229); }
div.DivClassName
{
background-color: #F27BE5;
}
.BgClassName
{
background-color: #F27BE5;
}
</style>
border-color css
<style>
span { border-color: #F27BE5; }
span { border-color: rgb(242,123,229); }
td.TdClassName
{
border-color: #F27BE5;
}
.TagClassName
{
border-color: #F27BE5;
}
</style>