Shades of Pale Magenta #F270DB
Tints of Pale Magenta #F270DB
RGB
CMYK
RGB Variations
Color information
#F270DB (or 0xF270DB) is known color: Pale Magenta. HEX triplet: F2, 70 and DB. RGB value is (242,112,219). Sum of RGB (Red+Green+Blue) = 242+112+219=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F270DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270DB is #0D8F24. Grayscale: #A2A2A2. Windows color (decimal): -888613 or 14381298. OLE color: 14381298.
HSL color Cylindrical-coordinate representation of color #F270DB: hue angle of 310.62º 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 #F270DB is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 219 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 310.62º | 0.83% | 0.69% | - |
| HSV(B) | 310.62º | 0.54% | 0.95% | - |
| XYZ | 55.2 | 35.58 | 70.98 | - |
| YUV | 163.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 219 | 0 | 0.54 | 0.10 | 0.05 | 310.62 | 0.83 | 0.69 |
| Hex | F2 | 70 | DB | 0 | 36 | A | 5 | 137 | 53 | 45 |
| Octal | 362 | 160 | 333 | 0 | 66 | 12 | 5 | 467 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11011011 | 0 | 110110 | 1010 | 101 | 100110111 | 1010011 | 1000101 |
Color Harmonies of #F270DB
Complementary color
Monochromatic Colors of #F270DB
Black with #F270DB
Text Example
Text Example
White with #F270DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270DB; }
p { color: rgb(242,112,219); }
H1.HeaderClassName
{
color: #F270DB;
}
.AnyTagClassName
{
color: #F270DB;
}
</style>
background-color css
<style>
a { background-color: #F270DB; }
a { background-color: rgb(242,112,219); }
div.DivClassName
{
background-color: #F270DB;
}
.BgClassName
{
background-color: #F270DB;
}
</style>
border-color css
<style>
span { border-color: #F270DB; }
span { border-color: rgb(242,112,219); }
td.TdClassName
{
border-color: #F270DB;
}
.TagClassName
{
border-color: #F270DB;
}
</style>