Shades of Pale Magenta #F278E6
Tints of Pale Magenta #F278E6
RGB
CMYK
RGB Variations
Color information
#F278E6 (or 0xF278E6) is known color: Pale Magenta. HEX triplet: F2, 78 and E6. RGB value is (242,120,230). Sum of RGB (Red+Green+Blue) = 242+120+230=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F278E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F278E6 is #0D8719. Grayscale: #A8A8A8. Windows color (decimal): -886554 or 15104242. OLE color: 15104242.
HSL color Cylindrical-coordinate representation of color #F278E6: hue angle of 305.9º 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 #F278E6 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 230 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.05 |
| HSL | 305.9º | 0.82% | 0.71% | - |
| HSV(B) | 305.9º | 0.5% | 0.95% | - |
| XYZ | 57.62 | 38.02 | 79.17 | - |
| YUV | 169.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 230 | 0 | 0.50 | 0.05 | 0.05 | 305.9 | 0.82 | 0.71 |
| Hex | F2 | 78 | E6 | 0 | 32 | 5 | 5 | 132 | 52 | 47 |
| Octal | 362 | 170 | 346 | 0 | 62 | 5 | 5 | 462 | 122 | 107 |
| Binary | 11110010 | 1111000 | 11100110 | 0 | 110010 | 101 | 101 | 100110010 | 1010010 | 1000111 |
Color Harmonies of #F278E6
Complementary color
Monochromatic Colors of #F278E6
Black with #F278E6
Text Example
Text Example
White with #F278E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278E6; }
p { color: rgb(242,120,230); }
H1.HeaderClassName
{
color: #F278E6;
}
.AnyTagClassName
{
color: #F278E6;
}
</style>
background-color css
<style>
a { background-color: #F278E6; }
a { background-color: rgb(242,120,230); }
div.DivClassName
{
background-color: #F278E6;
}
.BgClassName
{
background-color: #F278E6;
}
</style>
border-color css
<style>
span { border-color: #F278E6; }
span { border-color: rgb(242,120,230); }
td.TdClassName
{
border-color: #F278E6;
}
.TagClassName
{
border-color: #F278E6;
}
</style>