Shades of Pale Magenta #F270D7
Tints of Pale Magenta #F270D7
RGB
CMYK
RGB Variations
Color information
#F270D7 (or 0xF270D7) is known color: Pale Magenta. HEX triplet: F2, 70 and D7. RGB value is (242,112,215). Sum of RGB (Red+Green+Blue) = 242+112+215=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F270D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270D7 is #0D8F28. Grayscale: #A2A2A2. Windows color (decimal): -888617 or 14119154. OLE color: 14119154.
HSL color Cylindrical-coordinate representation of color #F270D7: hue angle of 312.46º 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 #F270D7 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 215 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.05 |
| HSL | 312.46º | 0.83% | 0.69% | - |
| HSV(B) | 312.46º | 0.54% | 0.95% | - |
| XYZ | 54.68 | 35.37 | 68.24 | - |
| YUV | 162.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 215 | 0 | 0.54 | 0.11 | 0.05 | 312.46 | 0.83 | 0.69 |
| Hex | F2 | 70 | D7 | 0 | 36 | B | 5 | 138 | 53 | 45 |
| Octal | 362 | 160 | 327 | 0 | 66 | 13 | 5 | 470 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11010111 | 0 | 110110 | 1011 | 101 | 100111000 | 1010011 | 1000101 |
Color Harmonies of #F270D7
Complementary color
Monochromatic Colors of #F270D7
Black with #F270D7
Text Example
Text Example
White with #F270D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270D7; }
p { color: rgb(242,112,215); }
H1.HeaderClassName
{
color: #F270D7;
}
.AnyTagClassName
{
color: #F270D7;
}
</style>
background-color css
<style>
a { background-color: #F270D7; }
a { background-color: rgb(242,112,215); }
div.DivClassName
{
background-color: #F270D7;
}
.BgClassName
{
background-color: #F270D7;
}
</style>
border-color css
<style>
span { border-color: #F270D7; }
span { border-color: rgb(242,112,215); }
td.TdClassName
{
border-color: #F270D7;
}
.TagClassName
{
border-color: #F270D7;
}
</style>