Shades of Pale Magenta #F28CDB
Tints of Pale Magenta #F28CDB
RGB
CMYK
RGB Variations
Color information
#F28CDB (or 0xF28CDB) is known color: Pale Magenta. HEX triplet: F2, 8C and DB. RGB value is (242,140,219). Sum of RGB (Red+Green+Blue) = 242+140+219=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 140 (55.08% from 255 or 23.29% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CDB is #0D7324. Grayscale: #B3B3B3. Windows color (decimal): -881445 or 14388466. OLE color: 14388466.
HSL color Cylindrical-coordinate representation of color #F28CDB: hue angle of 313.53º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CDB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 219 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.05 |
| HSL | 313.53º | 0.8% | 0.75% | - |
| HSV(B) | 313.53º | 0.42% | 0.95% | - |
| XYZ | 58.78 | 42.75 | 72.17 | - |
| YUV | 179.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 219 | 0 | 0.42 | 0.10 | 0.05 | 313.53 | 0.8 | 0.75 |
| Hex | F2 | 8C | DB | 0 | 2A | A | 5 | 13A | 50 | 4B |
| Octal | 362 | 214 | 333 | 0 | 52 | 12 | 5 | 472 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11011011 | 0 | 101010 | 1010 | 101 | 100111010 | 1010000 | 1001011 |
Color Harmonies of #F28CDB
Complementary color
Monochromatic Colors of #F28CDB
Black with #F28CDB
Text Example
Text Example
White with #F28CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CDB; }
p { color: rgb(242,140,219); }
H1.HeaderClassName
{
color: #F28CDB;
}
.AnyTagClassName
{
color: #F28CDB;
}
</style>
background-color css
<style>
a { background-color: #F28CDB; }
a { background-color: rgb(242,140,219); }
div.DivClassName
{
background-color: #F28CDB;
}
.BgClassName
{
background-color: #F28CDB;
}
</style>
border-color css
<style>
span { border-color: #F28CDB; }
span { border-color: rgb(242,140,219); }
td.TdClassName
{
border-color: #F28CDB;
}
.TagClassName
{
border-color: #F28CDB;
}
</style>