Shades of Pale Magenta #F272DC
Tints of Pale Magenta #F272DC
RGB
CMYK
RGB Variations
Color information
#F272DC (or 0xF272DC) is known color: Pale Magenta. HEX triplet: F2, 72 and DC. RGB value is (242,114,220). Sum of RGB (Red+Green+Blue) = 242+114+220=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F272DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272DC is #0D8D23. Grayscale: #A4A4A4. Windows color (decimal): -888100 or 14447346. OLE color: 14447346.
HSL color Cylindrical-coordinate representation of color #F272DC: hue angle of 310.31º 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 #F272DC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 220 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.05 |
| HSL | 310.31º | 0.83% | 0.7% | - |
| HSV(B) | 310.31º | 0.53% | 0.95% | - |
| XYZ | 55.55 | 36.08 | 71.75 | - |
| YUV | 164.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 220 | 0 | 0.53 | 0.09 | 0.05 | 310.31 | 0.83 | 0.7 |
| Hex | F2 | 72 | DC | 0 | 35 | 9 | 5 | 136 | 53 | 46 |
| Octal | 362 | 162 | 334 | 0 | 65 | 11 | 5 | 466 | 123 | 106 |
| Binary | 11110010 | 1110010 | 11011100 | 0 | 110101 | 1001 | 101 | 100110110 | 1010011 | 1000110 |
Color Harmonies of #F272DC
Complementary color
Monochromatic Colors of #F272DC
Black with #F272DC
Text Example
Text Example
White with #F272DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272DC; }
p { color: rgb(242,114,220); }
H1.HeaderClassName
{
color: #F272DC;
}
.AnyTagClassName
{
color: #F272DC;
}
</style>
background-color css
<style>
a { background-color: #F272DC; }
a { background-color: rgb(242,114,220); }
div.DivClassName
{
background-color: #F272DC;
}
.BgClassName
{
background-color: #F272DC;
}
</style>
border-color css
<style>
span { border-color: #F272DC; }
span { border-color: rgb(242,114,220); }
td.TdClassName
{
border-color: #F272DC;
}
.TagClassName
{
border-color: #F272DC;
}
</style>