Shades of Pale Magenta #F97ADC
Tints of Pale Magenta #F97ADC
RGB
CMYK
RGB Variations
Color information
#F97ADC (or 0xF97ADC) is known color: Pale Magenta. HEX triplet: F9, 7A and DC. RGB value is (249,122,220). Sum of RGB (Red+Green+Blue) = 249+122+220=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ADC is #068523. Grayscale: #AAAAAA. Windows color (decimal): -427300 or 14449401. OLE color: 14449401.
HSL color Cylindrical-coordinate representation of color #F97ADC: hue angle of 313.7º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97ADC is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 220 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.02 |
| HSL | 313.7º | 0.91% | 0.73% | - |
| HSV(B) | 313.7º | 0.51% | 0.98% | - |
| XYZ | 58.94 | 39.23 | 72.17 | - |
| YUV | 171.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 220 | 0 | 0.51 | 0.12 | 0.02 | 313.7 | 0.91 | 0.73 |
| Hex | F9 | 7A | DC | 0 | 33 | C | 2 | 13A | 5B | 49 |
| Octal | 371 | 172 | 334 | 0 | 63 | 14 | 2 | 472 | 133 | 111 |
| Binary | 11111001 | 1111010 | 11011100 | 0 | 110011 | 1100 | 10 | 100111010 | 1011011 | 1001001 |
Color Harmonies of #F97ADC
Complementary color
Monochromatic Colors of #F97ADC
Black with #F97ADC
Text Example
Text Example
White with #F97ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97ADC; }
p { color: rgb(249,122,220); }
H1.HeaderClassName
{
color: #F97ADC;
}
.AnyTagClassName
{
color: #F97ADC;
}
</style>
background-color css
<style>
a { background-color: #F97ADC; }
a { background-color: rgb(249,122,220); }
div.DivClassName
{
background-color: #F97ADC;
}
.BgClassName
{
background-color: #F97ADC;
}
</style>
border-color css
<style>
span { border-color: #F97ADC; }
span { border-color: rgb(249,122,220); }
td.TdClassName
{
border-color: #F97ADC;
}
.TagClassName
{
border-color: #F97ADC;
}
</style>