Shades of Pale Magenta #F08ADC
Tints of Pale Magenta #F08ADC
RGB
CMYK
RGB Variations
Color information
#F08ADC (or 0xF08ADC) is known color: Pale Magenta. HEX triplet: F0, 8A and DC. RGB value is (240,138,220). Sum of RGB (Red+Green+Blue) = 240+138+220=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ADC is #0F7523. Grayscale: #B1B1B1. Windows color (decimal): -1013028 or 14453488. OLE color: 14453488.
HSL color Cylindrical-coordinate representation of color #F08ADC: hue angle of 311.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08ADC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 220 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.06 |
| HSL | 311.76º | 0.77% | 0.74% | - |
| HSV(B) | 311.76º | 0.43% | 0.94% | - |
| XYZ | 57.94 | 41.87 | 72.74 | - |
| YUV | 177.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 220 | 0 | 0.42 | 0.08 | 0.06 | 311.76 | 0.77 | 0.74 |
| Hex | F0 | 8A | DC | 0 | 2A | 8 | 6 | 138 | 4D | 4A |
| Octal | 360 | 212 | 334 | 0 | 52 | 10 | 6 | 470 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11011100 | 0 | 101010 | 1000 | 110 | 100111000 | 1001101 | 1001010 |
Color Harmonies of #F08ADC
Complementary color
Monochromatic Colors of #F08ADC
Black with #F08ADC
Text Example
Text Example
White with #F08ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ADC; }
p { color: rgb(240,138,220); }
H1.HeaderClassName
{
color: #F08ADC;
}
.AnyTagClassName
{
color: #F08ADC;
}
</style>
background-color css
<style>
a { background-color: #F08ADC; }
a { background-color: rgb(240,138,220); }
div.DivClassName
{
background-color: #F08ADC;
}
.BgClassName
{
background-color: #F08ADC;
}
</style>
border-color css
<style>
span { border-color: #F08ADC; }
span { border-color: rgb(240,138,220); }
td.TdClassName
{
border-color: #F08ADC;
}
.TagClassName
{
border-color: #F08ADC;
}
</style>