Shades of Pale Magenta #F283DB
Tints of Pale Magenta #F283DB
RGB
CMYK
RGB Variations
Color information
#F283DB (or 0xF283DB) is known color: Pale Magenta. HEX triplet: F2, 83 and DB. RGB value is (242,131,219). Sum of RGB (Red+Green+Blue) = 242+131+219=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F283DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283DB is #0D7C24. Grayscale: #ADADAD. Windows color (decimal): -883749 or 14386162. OLE color: 14386162.
HSL color Cylindrical-coordinate representation of color #F283DB: hue angle of 312.43º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F283DB is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 219 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 312.43º | 0.81% | 0.73% | - |
| HSV(B) | 312.43º | 0.46% | 0.95% | - |
| XYZ | 57.52 | 40.22 | 71.75 | - |
| YUV | 174.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 219 | 0 | 0.46 | 0.10 | 0.05 | 312.43 | 0.81 | 0.73 |
| Hex | F2 | 83 | DB | 0 | 2E | A | 5 | 138 | 51 | 49 |
| Octal | 362 | 203 | 333 | 0 | 56 | 12 | 5 | 470 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11011011 | 0 | 101110 | 1010 | 101 | 100111000 | 1010001 | 1001001 |
Color Harmonies of #F283DB
Complementary color
Monochromatic Colors of #F283DB
Black with #F283DB
Text Example
Text Example
White with #F283DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283DB; }
p { color: rgb(242,131,219); }
H1.HeaderClassName
{
color: #F283DB;
}
.AnyTagClassName
{
color: #F283DB;
}
</style>
background-color css
<style>
a { background-color: #F283DB; }
a { background-color: rgb(242,131,219); }
div.DivClassName
{
background-color: #F283DB;
}
.BgClassName
{
background-color: #F283DB;
}
</style>
border-color css
<style>
span { border-color: #F283DB; }
span { border-color: rgb(242,131,219); }
td.TdClassName
{
border-color: #F283DB;
}
.TagClassName
{
border-color: #F283DB;
}
</style>