Shades of Pale Magenta #F270DF
Tints of Pale Magenta #F270DF
RGB
CMYK
RGB Variations
Color information
#F270DF (or 0xF270DF) is known color: Pale Magenta. HEX triplet: F2, 70 and DF. RGB value is (242,112,223). Sum of RGB (Red+Green+Blue) = 242+112+223=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F270DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270DF is #0D8F20. Grayscale: #A3A3A3. Windows color (decimal): -888609 or 14643442. OLE color: 14643442.
HSL color Cylindrical-coordinate representation of color #F270DF: hue angle of 308.77º 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 #F270DF is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 223 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.05 |
| HSL | 308.77º | 0.83% | 0.69% | - |
| HSV(B) | 308.77º | 0.54% | 0.95% | - |
| XYZ | 55.73 | 35.79 | 73.78 | - |
| YUV | 163.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 223 | 0 | 0.54 | 0.08 | 0.05 | 308.77 | 0.83 | 0.69 |
| Hex | F2 | 70 | DF | 0 | 36 | 8 | 5 | 135 | 53 | 45 |
| Octal | 362 | 160 | 337 | 0 | 66 | 10 | 5 | 465 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11011111 | 0 | 110110 | 1000 | 101 | 100110101 | 1010011 | 1000101 |
Color Harmonies of #F270DF
Complementary color
Monochromatic Colors of #F270DF
Black with #F270DF
Text Example
Text Example
White with #F270DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270DF; }
p { color: rgb(242,112,223); }
H1.HeaderClassName
{
color: #F270DF;
}
.AnyTagClassName
{
color: #F270DF;
}
</style>
background-color css
<style>
a { background-color: #F270DF; }
a { background-color: rgb(242,112,223); }
div.DivClassName
{
background-color: #F270DF;
}
.BgClassName
{
background-color: #F270DF;
}
</style>
border-color css
<style>
span { border-color: #F270DF; }
span { border-color: rgb(242,112,223); }
td.TdClassName
{
border-color: #F270DF;
}
.TagClassName
{
border-color: #F270DF;
}
</style>