Shades of Pale Magenta #F270D9
Tints of Pale Magenta #F270D9
RGB
CMYK
RGB Variations
Color information
#F270D9 (or 0xF270D9) is known color: Pale Magenta. HEX triplet: F2, 70 and D9. RGB value is (242,112,217). Sum of RGB (Red+Green+Blue) = 242+112+217=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F270D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270D9 is #0D8F26. Grayscale: #A2A2A2. Windows color (decimal): -888615 or 14250226. OLE color: 14250226.
HSL color Cylindrical-coordinate representation of color #F270D9: hue angle of 311.54º 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 #F270D9 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 217 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 311.54º | 0.83% | 0.69% | - |
| HSV(B) | 311.54º | 0.54% | 0.95% | - |
| XYZ | 54.94 | 35.48 | 69.6 | - |
| YUV | 162.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 217 | 0 | 0.54 | 0.10 | 0.05 | 311.54 | 0.83 | 0.69 |
| Hex | F2 | 70 | D9 | 0 | 36 | A | 5 | 138 | 53 | 45 |
| Octal | 362 | 160 | 331 | 0 | 66 | 12 | 5 | 470 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11011001 | 0 | 110110 | 1010 | 101 | 100111000 | 1010011 | 1000101 |
Color Harmonies of #F270D9
Complementary color
Monochromatic Colors of #F270D9
Black with #F270D9
Text Example
Text Example
White with #F270D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270D9; }
p { color: rgb(242,112,217); }
H1.HeaderClassName
{
color: #F270D9;
}
.AnyTagClassName
{
color: #F270D9;
}
</style>
background-color css
<style>
a { background-color: #F270D9; }
a { background-color: rgb(242,112,217); }
div.DivClassName
{
background-color: #F270D9;
}
.BgClassName
{
background-color: #F270D9;
}
</style>
border-color css
<style>
span { border-color: #F270D9; }
span { border-color: rgb(242,112,217); }
td.TdClassName
{
border-color: #F270D9;
}
.TagClassName
{
border-color: #F270D9;
}
</style>