Shades of Pale Magenta #F17ADC
Tints of Pale Magenta #F17ADC
RGB
CMYK
RGB Variations
Color information
#F17ADC (or 0xF17ADC) is known color: Pale Magenta. HEX triplet: F1, 7A and DC. RGB value is (241,122,220). Sum of RGB (Red+Green+Blue) = 241+122+220=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ADC is #0E8523. Grayscale: #A8A8A8. Windows color (decimal): -951588 or 14449393. OLE color: 14449393.
HSL color Cylindrical-coordinate representation of color #F17ADC: hue angle of 310.59º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17ADC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 220 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.05 |
| HSL | 310.59º | 0.81% | 0.71% | - |
| HSV(B) | 310.59º | 0.49% | 0.95% | - |
| XYZ | 56.15 | 37.79 | 72.04 | - |
| YUV | 168.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 220 | 0 | 0.49 | 0.09 | 0.05 | 310.59 | 0.81 | 0.71 |
| Hex | F1 | 7A | DC | 0 | 31 | 9 | 5 | 137 | 51 | 47 |
| Octal | 361 | 172 | 334 | 0 | 61 | 11 | 5 | 467 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11011100 | 0 | 110001 | 1001 | 101 | 100110111 | 1010001 | 1000111 |
Color Harmonies of #F17ADC
Complementary color
Monochromatic Colors of #F17ADC
Black with #F17ADC
Text Example
Text Example
White with #F17ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ADC; }
p { color: rgb(241,122,220); }
H1.HeaderClassName
{
color: #F17ADC;
}
.AnyTagClassName
{
color: #F17ADC;
}
</style>
background-color css
<style>
a { background-color: #F17ADC; }
a { background-color: rgb(241,122,220); }
div.DivClassName
{
background-color: #F17ADC;
}
.BgClassName
{
background-color: #F17ADC;
}
</style>
border-color css
<style>
span { border-color: #F17ADC; }
span { border-color: rgb(241,122,220); }
td.TdClassName
{
border-color: #F17ADC;
}
.TagClassName
{
border-color: #F17ADC;
}
</style>