Shades of Pale Magenta #F172DA
Tints of Pale Magenta #F172DA
RGB
CMYK
RGB Variations
Color information
#F172DA (or 0xF172DA) is known color: Pale Magenta. HEX triplet: F1, 72 and DA. RGB value is (241,114,218). Sum of RGB (Red+Green+Blue) = 241+114+218=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F172DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172DA is #0E8D25. Grayscale: #A3A3A3. Windows color (decimal): -953638 or 14316273. OLE color: 14316273.
HSL color Cylindrical-coordinate representation of color #F172DA: hue angle of 310.87º degrees, saturation: 0.82, 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 #F172DA is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 218 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 310.87º | 0.82% | 0.7% | - |
| HSV(B) | 310.87º | 0.53% | 0.95% | - |
| XYZ | 54.95 | 35.8 | 70.34 | - |
| YUV | 163.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 218 | 0 | 0.53 | 0.10 | 0.05 | 310.87 | 0.82 | 0.7 |
| Hex | F1 | 72 | DA | 0 | 35 | A | 5 | 137 | 52 | 46 |
| Octal | 361 | 162 | 332 | 0 | 65 | 12 | 5 | 467 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11011010 | 0 | 110101 | 1010 | 101 | 100110111 | 1010010 | 1000110 |
Color Harmonies of #F172DA
Complementary color
Monochromatic Colors of #F172DA
Black with #F172DA
Text Example
Text Example
White with #F172DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172DA; }
p { color: rgb(241,114,218); }
H1.HeaderClassName
{
color: #F172DA;
}
.AnyTagClassName
{
color: #F172DA;
}
</style>
background-color css
<style>
a { background-color: #F172DA; }
a { background-color: rgb(241,114,218); }
div.DivClassName
{
background-color: #F172DA;
}
.BgClassName
{
background-color: #F172DA;
}
</style>
border-color css
<style>
span { border-color: #F172DA; }
span { border-color: rgb(241,114,218); }
td.TdClassName
{
border-color: #F172DA;
}
.TagClassName
{
border-color: #F172DA;
}
</style>