Shades of Pale Magenta #F283DC
Tints of Pale Magenta #F283DC
RGB
CMYK
RGB Variations
Color information
#F283DC (or 0xF283DC) is known color: Pale Magenta. HEX triplet: F2, 83 and DC. RGB value is (242,131,220). Sum of RGB (Red+Green+Blue) = 242+131+220=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F283DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283DC is #0D7C23. Grayscale: #AEAEAE. Windows color (decimal): -883748 or 14451698. OLE color: 14451698.
HSL color Cylindrical-coordinate representation of color #F283DC: hue angle of 311.89º 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 #F283DC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 220 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.05 |
| HSL | 311.89º | 0.81% | 0.73% | - |
| HSV(B) | 311.89º | 0.46% | 0.95% | - |
| XYZ | 57.65 | 40.28 | 72.45 | - |
| YUV | 174.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 220 | 0 | 0.46 | 0.09 | 0.05 | 311.89 | 0.81 | 0.73 |
| Hex | F2 | 83 | DC | 0 | 2E | 9 | 5 | 138 | 51 | 49 |
| Octal | 362 | 203 | 334 | 0 | 56 | 11 | 5 | 470 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11011100 | 0 | 101110 | 1001 | 101 | 100111000 | 1010001 | 1001001 |
Color Harmonies of #F283DC
Complementary color
Monochromatic Colors of #F283DC
Black with #F283DC
Text Example
Text Example
White with #F283DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283DC; }
p { color: rgb(242,131,220); }
H1.HeaderClassName
{
color: #F283DC;
}
.AnyTagClassName
{
color: #F283DC;
}
</style>
background-color css
<style>
a { background-color: #F283DC; }
a { background-color: rgb(242,131,220); }
div.DivClassName
{
background-color: #F283DC;
}
.BgClassName
{
background-color: #F283DC;
}
</style>
border-color css
<style>
span { border-color: #F283DC; }
span { border-color: rgb(242,131,220); }
td.TdClassName
{
border-color: #F283DC;
}
.TagClassName
{
border-color: #F283DC;
}
</style>