Shades of Pale Magenta #F271DA
Tints of Pale Magenta #F271DA
RGB
CMYK
RGB Variations
Color information
#F271DA (or 0xF271DA) is known color: Pale Magenta. HEX triplet: F2, 71 and DA. RGB value is (242,113,218). Sum of RGB (Red+Green+Blue) = 242+113+218=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F271DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271DA is #0D8E25. Grayscale: #A3A3A3. Windows color (decimal): -888358 or 14316018. OLE color: 14316018.
HSL color Cylindrical-coordinate representation of color #F271DA: hue angle of 311.16º 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 #F271DA is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 218 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 311.16º | 0.83% | 0.7% | - |
| HSV(B) | 311.16º | 0.53% | 0.95% | - |
| XYZ | 55.18 | 35.75 | 70.32 | - |
| YUV | 163.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 218 | 0 | 0.53 | 0.10 | 0.05 | 311.16 | 0.83 | 0.7 |
| Hex | F2 | 71 | DA | 0 | 35 | A | 5 | 137 | 53 | 46 |
| Octal | 362 | 161 | 332 | 0 | 65 | 12 | 5 | 467 | 123 | 106 |
| Binary | 11110010 | 1110001 | 11011010 | 0 | 110101 | 1010 | 101 | 100110111 | 1010011 | 1000110 |
Color Harmonies of #F271DA
Complementary color
Monochromatic Colors of #F271DA
Black with #F271DA
Text Example
Text Example
White with #F271DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271DA; }
p { color: rgb(242,113,218); }
H1.HeaderClassName
{
color: #F271DA;
}
.AnyTagClassName
{
color: #F271DA;
}
</style>
background-color css
<style>
a { background-color: #F271DA; }
a { background-color: rgb(242,113,218); }
div.DivClassName
{
background-color: #F271DA;
}
.BgClassName
{
background-color: #F271DA;
}
</style>
border-color css
<style>
span { border-color: #F271DA; }
span { border-color: rgb(242,113,218); }
td.TdClassName
{
border-color: #F271DA;
}
.TagClassName
{
border-color: #F271DA;
}
</style>