Shades of Pale Magenta #F278E5
Tints of Pale Magenta #F278E5
RGB
CMYK
RGB Variations
Color information
#F278E5 (or 0xF278E5) is known color: Pale Magenta. HEX triplet: F2, 78 and E5. RGB value is (242,120,229). Sum of RGB (Red+Green+Blue) = 242+120+229=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F278E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278E5 is #0D871A. Grayscale: #A8A8A8. Windows color (decimal): -886555 or 15038706. OLE color: 15038706.
HSL color Cylindrical-coordinate representation of color #F278E5: hue angle of 306.39º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278E5 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 229 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.05 |
| HSL | 306.39º | 0.82% | 0.71% | - |
| HSV(B) | 306.39º | 0.5% | 0.95% | - |
| XYZ | 57.48 | 37.97 | 78.43 | - |
| YUV | 168.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 229 | 0 | 0.50 | 0.05 | 0.05 | 306.39 | 0.82 | 0.71 |
| Hex | F2 | 78 | E5 | 0 | 32 | 5 | 5 | 132 | 52 | 47 |
| Octal | 362 | 170 | 345 | 0 | 62 | 5 | 5 | 462 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11100101 | 0 | 110010 | 101 | 101 | 100110010 | 1010010 | 1000111 |
Color Harmonies of #F278E5
Complementary color
Monochromatic Colors of #F278E5
Black with #F278E5
Text Example
Text Example
White with #F278E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278E5; }
p { color: rgb(242,120,229); }
H1.HeaderClassName
{
color: #F278E5;
}
.AnyTagClassName
{
color: #F278E5;
}
</style>
background-color css
<style>
a { background-color: #F278E5; }
a { background-color: rgb(242,120,229); }
div.DivClassName
{
background-color: #F278E5;
}
.BgClassName
{
background-color: #F278E5;
}
</style>
border-color css
<style>
span { border-color: #F278E5; }
span { border-color: rgb(242,120,229); }
td.TdClassName
{
border-color: #F278E5;
}
.TagClassName
{
border-color: #F278E5;
}
</style>