Shades of Pale Magenta #F88ADC
Tints of Pale Magenta #F88ADC
RGB
CMYK
RGB Variations
Color information
#F88ADC (or 0xF88ADC) is known color: Pale Magenta. HEX triplet: F8, 8A and DC. RGB value is (248,138,220). Sum of RGB (Red+Green+Blue) = 248+138+220=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ADC is #077523. Grayscale: #B4B4B4. Windows color (decimal): -488740 or 14453496. OLE color: 14453496.
HSL color Cylindrical-coordinate representation of color #F88ADC: hue angle of 315.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88ADC is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 220 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.03 |
| HSL | 315.27º | 0.89% | 0.76% | - |
| HSV(B) | 315.27º | 0.44% | 0.97% | - |
| XYZ | 60.72 | 43.3 | 72.87 | - |
| YUV | 180.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 220 | 0 | 0.44 | 0.11 | 0.03 | 315.27 | 0.89 | 0.76 |
| Hex | F8 | 8A | DC | 0 | 2C | B | 3 | 13B | 59 | 4C |
| Octal | 370 | 212 | 334 | 0 | 54 | 13 | 3 | 473 | 131 | 114 |
| Binary | 11111000 | 10001010 | 11011100 | 0 | 101100 | 1011 | 11 | 100111011 | 1011001 | 1001100 |
Color Harmonies of #F88ADC
Complementary color
Monochromatic Colors of #F88ADC
Black with #F88ADC
Text Example
Text Example
White with #F88ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88ADC; }
p { color: rgb(248,138,220); }
H1.HeaderClassName
{
color: #F88ADC;
}
.AnyTagClassName
{
color: #F88ADC;
}
</style>
background-color css
<style>
a { background-color: #F88ADC; }
a { background-color: rgb(248,138,220); }
div.DivClassName
{
background-color: #F88ADC;
}
.BgClassName
{
background-color: #F88ADC;
}
</style>
border-color css
<style>
span { border-color: #F88ADC; }
span { border-color: rgb(248,138,220); }
td.TdClassName
{
border-color: #F88ADC;
}
.TagClassName
{
border-color: #F88ADC;
}
</style>