Shades of Pale Magenta #F270E2
Tints of Pale Magenta #F270E2
RGB
CMYK
RGB Variations
Color information
#F270E2 (or 0xF270E2) is known color: Pale Magenta. HEX triplet: F2, 70 and E2. RGB value is (242,112,226). Sum of RGB (Red+Green+Blue) = 242+112+226=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F270E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270E2 is #0D8F1D. Grayscale: #A3A3A3. Windows color (decimal): -888606 or 14840050. OLE color: 14840050.
HSL color Cylindrical-coordinate representation of color #F270E2: hue angle of 307.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270E2 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 226 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.05 |
| HSL | 307.38º | 0.83% | 0.69% | - |
| HSV(B) | 307.38º | 0.54% | 0.95% | - |
| XYZ | 56.14 | 35.96 | 75.93 | - |
| YUV | 163.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 226 | 0 | 0.54 | 0.07 | 0.05 | 307.38 | 0.83 | 0.69 |
| Hex | F2 | 70 | E2 | 0 | 36 | 7 | 5 | 133 | 53 | 45 |
| Octal | 362 | 160 | 342 | 0 | 66 | 7 | 5 | 463 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11100010 | 0 | 110110 | 111 | 101 | 100110011 | 1010011 | 1000101 |
Color Harmonies of #F270E2
Complementary color
Monochromatic Colors of #F270E2
Black with #F270E2
Text Example
Text Example
White with #F270E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270E2; }
p { color: rgb(242,112,226); }
H1.HeaderClassName
{
color: #F270E2;
}
.AnyTagClassName
{
color: #F270E2;
}
</style>
background-color css
<style>
a { background-color: #F270E2; }
a { background-color: rgb(242,112,226); }
div.DivClassName
{
background-color: #F270E2;
}
.BgClassName
{
background-color: #F270E2;
}
</style>
border-color css
<style>
span { border-color: #F270E2; }
span { border-color: rgb(242,112,226); }
td.TdClassName
{
border-color: #F270E2;
}
.TagClassName
{
border-color: #F270E2;
}
</style>