Shades of Pale Magenta #F273DC
Tints of Pale Magenta #F273DC
RGB
CMYK
RGB Variations
Color information
#F273DC (or 0xF273DC) is known color: Pale Magenta. HEX triplet: F2, 73 and DC. RGB value is (242,115,220). Sum of RGB (Red+Green+Blue) = 242+115+220=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F273DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273DC is #0D8C23. Grayscale: #A4A4A4. Windows color (decimal): -887844 or 14447602. OLE color: 14447602.
HSL color Cylindrical-coordinate representation of color #F273DC: hue angle of 310.39º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F273DC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 220 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.05 |
| HSL | 310.39º | 0.83% | 0.7% | - |
| HSV(B) | 310.39º | 0.52% | 0.95% | - |
| XYZ | 55.67 | 36.31 | 71.78 | - |
| YUV | 164.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 220 | 0 | 0.52 | 0.09 | 0.05 | 310.39 | 0.83 | 0.7 |
| Hex | F2 | 73 | DC | 0 | 34 | 9 | 5 | 136 | 53 | 46 |
| Octal | 362 | 163 | 334 | 0 | 64 | 11 | 5 | 466 | 123 | 106 |
| Binary | 11110010 | 1110011 | 11011100 | 0 | 110100 | 1001 | 101 | 100110110 | 1010011 | 1000110 |
Color Harmonies of #F273DC
Complementary color
Monochromatic Colors of #F273DC
Black with #F273DC
Text Example
Text Example
White with #F273DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273DC; }
p { color: rgb(242,115,220); }
H1.HeaderClassName
{
color: #F273DC;
}
.AnyTagClassName
{
color: #F273DC;
}
</style>
background-color css
<style>
a { background-color: #F273DC; }
a { background-color: rgb(242,115,220); }
div.DivClassName
{
background-color: #F273DC;
}
.BgClassName
{
background-color: #F273DC;
}
</style>
border-color css
<style>
span { border-color: #F273DC; }
span { border-color: rgb(242,115,220); }
td.TdClassName
{
border-color: #F273DC;
}
.TagClassName
{
border-color: #F273DC;
}
</style>