Shades of Pale Magenta #F271DC
Tints of Pale Magenta #F271DC
RGB
CMYK
RGB Variations
Color information
#F271DC (or 0xF271DC) is known color: Pale Magenta. HEX triplet: F2, 71 and DC. RGB value is (242,113,220). Sum of RGB (Red+Green+Blue) = 242+113+220=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F271DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271DC is #0D8E23. Grayscale: #A3A3A3. Windows color (decimal): -888356 or 14447090. OLE color: 14447090.
HSL color Cylindrical-coordinate representation of color #F271DC: hue angle of 310.23º 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 #F271DC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 220 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.05 |
| HSL | 310.23º | 0.83% | 0.7% | - |
| HSV(B) | 310.23º | 0.53% | 0.95% | - |
| XYZ | 55.44 | 35.85 | 71.71 | - |
| YUV | 163.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 220 | 0 | 0.53 | 0.09 | 0.05 | 310.23 | 0.83 | 0.7 |
| Hex | F2 | 71 | DC | 0 | 35 | 9 | 5 | 136 | 53 | 46 |
| Octal | 362 | 161 | 334 | 0 | 65 | 11 | 5 | 466 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11011100 | 0 | 110101 | 1001 | 101 | 100110110 | 1010011 | 1000110 |
Color Harmonies of #F271DC
Complementary color
Monochromatic Colors of #F271DC
Black with #F271DC
Text Example
Text Example
White with #F271DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271DC; }
p { color: rgb(242,113,220); }
H1.HeaderClassName
{
color: #F271DC;
}
.AnyTagClassName
{
color: #F271DC;
}
</style>
background-color css
<style>
a { background-color: #F271DC; }
a { background-color: rgb(242,113,220); }
div.DivClassName
{
background-color: #F271DC;
}
.BgClassName
{
background-color: #F271DC;
}
</style>
border-color css
<style>
span { border-color: #F271DC; }
span { border-color: rgb(242,113,220); }
td.TdClassName
{
border-color: #F271DC;
}
.TagClassName
{
border-color: #F271DC;
}
</style>