Shades of Pale Magenta #F272DB
Tints of Pale Magenta #F272DB
RGB
CMYK
RGB Variations
Color information
#F272DB (or 0xF272DB) is known color: Pale Magenta. HEX triplet: F2, 72 and DB. RGB value is (242,114,219). Sum of RGB (Red+Green+Blue) = 242+114+219=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F272DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272DB is #0D8D24. Grayscale: #A3A3A3. Windows color (decimal): -888101 or 14381810. OLE color: 14381810.
HSL color Cylindrical-coordinate representation of color #F272DB: hue angle of 310.78º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F272DB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 219 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 310.78º | 0.83% | 0.7% | - |
| HSV(B) | 310.78º | 0.53% | 0.95% | - |
| XYZ | 55.42 | 36.03 | 71.05 | - |
| YUV | 164.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 219 | 0 | 0.53 | 0.10 | 0.05 | 310.78 | 0.83 | 0.7 |
| Hex | F2 | 72 | DB | 0 | 35 | A | 5 | 137 | 53 | 46 |
| Octal | 362 | 162 | 333 | 0 | 65 | 12 | 5 | 467 | 123 | 106 |
| Binary | 11110010 | 1110010 | 11011011 | 0 | 110101 | 1010 | 101 | 100110111 | 1010011 | 1000110 |
Color Harmonies of #F272DB
Complementary color
Monochromatic Colors of #F272DB
Black with #F272DB
Text Example
Text Example
White with #F272DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272DB; }
p { color: rgb(242,114,219); }
H1.HeaderClassName
{
color: #F272DB;
}
.AnyTagClassName
{
color: #F272DB;
}
</style>
background-color css
<style>
a { background-color: #F272DB; }
a { background-color: rgb(242,114,219); }
div.DivClassName
{
background-color: #F272DB;
}
.BgClassName
{
background-color: #F272DB;
}
</style>
border-color css
<style>
span { border-color: #F272DB; }
span { border-color: rgb(242,114,219); }
td.TdClassName
{
border-color: #F272DB;
}
.TagClassName
{
border-color: #F272DB;
}
</style>