Shades of Pale Magenta #F28BD7
Tints of Pale Magenta #F28BD7
RGB
CMYK
RGB Variations
Color information
#F28BD7 (or 0xF28BD7) is known color: Pale Magenta. HEX triplet: F2, 8B and D7. RGB value is (242,139,215). Sum of RGB (Red+Green+Blue) = 242+139+215=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BD7 is #0D7428. Grayscale: #B2B2B2. Windows color (decimal): -881705 or 14126066. OLE color: 14126066.
HSL color Cylindrical-coordinate representation of color #F28BD7: hue angle of 315.73º 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 #F28BD7 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 215 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.05 |
| HSL | 315.73º | 0.8% | 0.75% | - |
| HSV(B) | 315.73º | 0.43% | 0.95% | - |
| XYZ | 58.12 | 42.25 | 69.38 | - |
| YUV | 178.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 215 | 0 | 0.43 | 0.11 | 0.05 | 315.73 | 0.8 | 0.75 |
| Hex | F2 | 8B | D7 | 0 | 2B | B | 5 | 13C | 50 | 4B |
| Octal | 362 | 213 | 327 | 0 | 53 | 13 | 5 | 474 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11010111 | 0 | 101011 | 1011 | 101 | 100111100 | 1010000 | 1001011 |
Color Harmonies of #F28BD7
Complementary color
Monochromatic Colors of #F28BD7
Black with #F28BD7
Text Example
Text Example
White with #F28BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BD7; }
p { color: rgb(242,139,215); }
H1.HeaderClassName
{
color: #F28BD7;
}
.AnyTagClassName
{
color: #F28BD7;
}
</style>
background-color css
<style>
a { background-color: #F28BD7; }
a { background-color: rgb(242,139,215); }
div.DivClassName
{
background-color: #F28BD7;
}
.BgClassName
{
background-color: #F28BD7;
}
</style>
border-color css
<style>
span { border-color: #F28BD7; }
span { border-color: rgb(242,139,215); }
td.TdClassName
{
border-color: #F28BD7;
}
.TagClassName
{
border-color: #F28BD7;
}
</style>