Shades of Pale Magenta #F075E2
Tints of Pale Magenta #F075E2
RGB
CMYK
RGB Variations
Color information
#F075E2 (or 0xF075E2) is known color: Pale Magenta. HEX triplet: F0, 75 and E2. RGB value is (240,117,226). Sum of RGB (Red+Green+Blue) = 240+117+226=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F075E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075E2 is #0F8A1D. Grayscale: #A5A5A5. Windows color (decimal): -1018398 or 14841328. OLE color: 14841328.
HSL color Cylindrical-coordinate representation of color #F075E2: hue angle of 306.83º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075E2 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 226 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.06 |
| HSL | 306.83º | 0.8% | 0.7% | - |
| HSV(B) | 306.83º | 0.51% | 0.94% | - |
| XYZ | 56.02 | 36.74 | 76.09 | - |
| YUV | 166.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 226 | 0 | 0.51 | 0.06 | 0.06 | 306.83 | 0.8 | 0.7 |
| Hex | F0 | 75 | E2 | 0 | 33 | 6 | 6 | 133 | 50 | 46 |
| Octal | 360 | 165 | 342 | 0 | 63 | 6 | 6 | 463 | 120 | 106 |
| Binary | 11110000 | 1110101 | 11100010 | 0 | 110011 | 110 | 110 | 100110011 | 1010000 | 1000110 |
Color Harmonies of #F075E2
Complementary color
Monochromatic Colors of #F075E2
Black with #F075E2
Text Example
Text Example
White with #F075E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075E2; }
p { color: rgb(240,117,226); }
H1.HeaderClassName
{
color: #F075E2;
}
.AnyTagClassName
{
color: #F075E2;
}
</style>
background-color css
<style>
a { background-color: #F075E2; }
a { background-color: rgb(240,117,226); }
div.DivClassName
{
background-color: #F075E2;
}
.BgClassName
{
background-color: #F075E2;
}
</style>
border-color css
<style>
span { border-color: #F075E2; }
span { border-color: rgb(240,117,226); }
td.TdClassName
{
border-color: #F075E2;
}
.TagClassName
{
border-color: #F075E2;
}
</style>