Shades of Pale Magenta #F28ADC
Tints of Pale Magenta #F28ADC
RGB
CMYK
RGB Variations
Color information
#F28ADC (or 0xF28ADC) is known color: Pale Magenta. HEX triplet: F2, 8A and DC. RGB value is (242,138,220). Sum of RGB (Red+Green+Blue) = 242+138+220=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ADC is #0D7523. Grayscale: #B2B2B2. Windows color (decimal): -881956 or 14453490. OLE color: 14453490.
HSL color Cylindrical-coordinate representation of color #F28ADC: hue angle of 312.69º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28ADC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 220 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.05 |
| HSL | 312.69º | 0.8% | 0.75% | - |
| HSV(B) | 312.69º | 0.43% | 0.95% | - |
| XYZ | 58.62 | 42.22 | 72.77 | - |
| YUV | 178.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 220 | 0 | 0.43 | 0.09 | 0.05 | 312.69 | 0.8 | 0.75 |
| Hex | F2 | 8A | DC | 0 | 2B | 9 | 5 | 139 | 50 | 4B |
| Octal | 362 | 212 | 334 | 0 | 53 | 11 | 5 | 471 | 120 | 113 |
| Binary | 11110010 | 10001010 | 11011100 | 0 | 101011 | 1001 | 101 | 100111001 | 1010000 | 1001011 |
Color Harmonies of #F28ADC
Complementary color
Monochromatic Colors of #F28ADC
Black with #F28ADC
Text Example
Text Example
White with #F28ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ADC; }
p { color: rgb(242,138,220); }
H1.HeaderClassName
{
color: #F28ADC;
}
.AnyTagClassName
{
color: #F28ADC;
}
</style>
background-color css
<style>
a { background-color: #F28ADC; }
a { background-color: rgb(242,138,220); }
div.DivClassName
{
background-color: #F28ADC;
}
.BgClassName
{
background-color: #F28ADC;
}
</style>
border-color css
<style>
span { border-color: #F28ADC; }
span { border-color: rgb(242,138,220); }
td.TdClassName
{
border-color: #F28ADC;
}
.TagClassName
{
border-color: #F28ADC;
}
</style>