Shades of Pale Magenta #F28BDF
Tints of Pale Magenta #F28BDF
RGB
CMYK
RGB Variations
Color information
#F28BDF (or 0xF28BDF) is known color: Pale Magenta. HEX triplet: F2, 8B and DF. RGB value is (242,139,223). Sum of RGB (Red+Green+Blue) = 242+139+223=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BDF is #0D7420. Grayscale: #B3B3B3. Windows color (decimal): -881697 or 14650354. OLE color: 14650354.
HSL color Cylindrical-coordinate representation of color #F28BDF: hue angle of 311.07º 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 #F28BDF is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 223 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.05 |
| HSL | 311.07º | 0.8% | 0.75% | - |
| HSV(B) | 311.07º | 0.43% | 0.95% | - |
| XYZ | 59.17 | 42.67 | 74.93 | - |
| YUV | 179.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 223 | 0 | 0.43 | 0.08 | 0.05 | 311.07 | 0.8 | 0.75 |
| Hex | F2 | 8B | DF | 0 | 2B | 8 | 5 | 137 | 50 | 4B |
| Octal | 362 | 213 | 337 | 0 | 53 | 10 | 5 | 467 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11011111 | 0 | 101011 | 1000 | 101 | 100110111 | 1010000 | 1001011 |
Color Harmonies of #F28BDF
Complementary color
Monochromatic Colors of #F28BDF
Black with #F28BDF
Text Example
Text Example
White with #F28BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BDF; }
p { color: rgb(242,139,223); }
H1.HeaderClassName
{
color: #F28BDF;
}
.AnyTagClassName
{
color: #F28BDF;
}
</style>
background-color css
<style>
a { background-color: #F28BDF; }
a { background-color: rgb(242,139,223); }
div.DivClassName
{
background-color: #F28BDF;
}
.BgClassName
{
background-color: #F28BDF;
}
</style>
border-color css
<style>
span { border-color: #F28BDF; }
span { border-color: rgb(242,139,223); }
td.TdClassName
{
border-color: #F28BDF;
}
.TagClassName
{
border-color: #F28BDF;
}
</style>