Shades of Pale Magenta #F271DF
Tints of Pale Magenta #F271DF
RGB
CMYK
RGB Variations
Color information
#F271DF (or 0xF271DF) is known color: Pale Magenta. HEX triplet: F2, 71 and DF. RGB value is (242,113,223). Sum of RGB (Red+Green+Blue) = 242+113+223=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F271DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271DF is #0D8E20. Grayscale: #A3A3A3. Windows color (decimal): -888353 or 14643698. OLE color: 14643698.
HSL color Cylindrical-coordinate representation of color #F271DF: hue angle of 308.84º 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 #F271DF is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 223 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.05 |
| HSL | 308.84º | 0.83% | 0.7% | - |
| HSV(B) | 308.84º | 0.53% | 0.95% | - |
| XYZ | 55.84 | 36.02 | 73.82 | - |
| YUV | 164.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 223 | 0 | 0.53 | 0.08 | 0.05 | 308.84 | 0.83 | 0.7 |
| Hex | F2 | 71 | DF | 0 | 35 | 8 | 5 | 135 | 53 | 46 |
| Octal | 362 | 161 | 337 | 0 | 65 | 10 | 5 | 465 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11011111 | 0 | 110101 | 1000 | 101 | 100110101 | 1010011 | 1000110 |
Color Harmonies of #F271DF
Complementary color
Monochromatic Colors of #F271DF
Black with #F271DF
Text Example
Text Example
White with #F271DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271DF; }
p { color: rgb(242,113,223); }
H1.HeaderClassName
{
color: #F271DF;
}
.AnyTagClassName
{
color: #F271DF;
}
</style>
background-color css
<style>
a { background-color: #F271DF; }
a { background-color: rgb(242,113,223); }
div.DivClassName
{
background-color: #F271DF;
}
.BgClassName
{
background-color: #F271DF;
}
</style>
border-color css
<style>
span { border-color: #F271DF; }
span { border-color: rgb(242,113,223); }
td.TdClassName
{
border-color: #F271DF;
}
.TagClassName
{
border-color: #F271DF;
}
</style>