Shades of Pale Magenta #F274DC
Tints of Pale Magenta #F274DC
RGB
CMYK
RGB Variations
Color information
#F274DC (or 0xF274DC) is known color: Pale Magenta. HEX triplet: F2, 74 and DC. RGB value is (242,116,220). Sum of RGB (Red+Green+Blue) = 242+116+220=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F274DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274DC is #0D8B23. Grayscale: #A5A5A5. Windows color (decimal): -887588 or 14447858. OLE color: 14447858.
HSL color Cylindrical-coordinate representation of color #F274DC: hue angle of 310.48º 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 #F274DC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 220 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.05 |
| HSL | 310.48º | 0.83% | 0.7% | - |
| HSV(B) | 310.48º | 0.52% | 0.95% | - |
| XYZ | 55.78 | 36.54 | 71.82 | - |
| YUV | 165.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 220 | 0 | 0.52 | 0.09 | 0.05 | 310.48 | 0.83 | 0.7 |
| Hex | F2 | 74 | DC | 0 | 34 | 9 | 5 | 136 | 53 | 46 |
| Octal | 362 | 164 | 334 | 0 | 64 | 11 | 5 | 466 | 123 | 106 |
| Binary | 11110010 | 1110100 | 11011100 | 0 | 110100 | 1001 | 101 | 100110110 | 1010011 | 1000110 |
Color Harmonies of #F274DC
Complementary color
Monochromatic Colors of #F274DC
Black with #F274DC
Text Example
Text Example
White with #F274DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F274DC; }
p { color: rgb(242,116,220); }
H1.HeaderClassName
{
color: #F274DC;
}
.AnyTagClassName
{
color: #F274DC;
}
</style>
background-color css
<style>
a { background-color: #F274DC; }
a { background-color: rgb(242,116,220); }
div.DivClassName
{
background-color: #F274DC;
}
.BgClassName
{
background-color: #F274DC;
}
</style>
border-color css
<style>
span { border-color: #F274DC; }
span { border-color: rgb(242,116,220); }
td.TdClassName
{
border-color: #F274DC;
}
.TagClassName
{
border-color: #F274DC;
}
</style>