Shades of Pale Magenta #F28BDC
Tints of Pale Magenta #F28BDC
RGB
CMYK
RGB Variations
Color information
#F28BDC (or 0xF28BDC) is known color: Pale Magenta. HEX triplet: F2, 8B and DC. RGB value is (242,139,220). Sum of RGB (Red+Green+Blue) = 242+139+220=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BDC is #0D7423. Grayscale: #B2B2B2. Windows color (decimal): -881700 or 14453746. OLE color: 14453746.
HSL color Cylindrical-coordinate representation of color #F28BDC: hue angle of 312.82º 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 #F28BDC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 220 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.05 |
| HSL | 312.82º | 0.8% | 0.75% | - |
| HSV(B) | 312.82º | 0.43% | 0.95% | - |
| XYZ | 58.77 | 42.51 | 72.82 | - |
| YUV | 179.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 220 | 0 | 0.43 | 0.09 | 0.05 | 312.82 | 0.8 | 0.75 |
| Hex | F2 | 8B | DC | 0 | 2B | 9 | 5 | 139 | 50 | 4B |
| Octal | 362 | 213 | 334 | 0 | 53 | 11 | 5 | 471 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11011100 | 0 | 101011 | 1001 | 101 | 100111001 | 1010000 | 1001011 |
Color Harmonies of #F28BDC
Complementary color
Monochromatic Colors of #F28BDC
Black with #F28BDC
Text Example
Text Example
White with #F28BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BDC; }
p { color: rgb(242,139,220); }
H1.HeaderClassName
{
color: #F28BDC;
}
.AnyTagClassName
{
color: #F28BDC;
}
</style>
background-color css
<style>
a { background-color: #F28BDC; }
a { background-color: rgb(242,139,220); }
div.DivClassName
{
background-color: #F28BDC;
}
.BgClassName
{
background-color: #F28BDC;
}
</style>
border-color css
<style>
span { border-color: #F28BDC; }
span { border-color: rgb(242,139,220); }
td.TdClassName
{
border-color: #F28BDC;
}
.TagClassName
{
border-color: #F28BDC;
}
</style>