Shades of Pale Magenta #F283DA
Tints of Pale Magenta #F283DA
RGB
CMYK
RGB Variations
Color information
#F283DA (or 0xF283DA) is known color: Pale Magenta. HEX triplet: F2, 83 and DA. RGB value is (242,131,218). Sum of RGB (Red+Green+Blue) = 242+131+218=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F283DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283DA is #0D7C25. Grayscale: #ADADAD. Windows color (decimal): -883750 or 14320626. OLE color: 14320626.
HSL color Cylindrical-coordinate representation of color #F283DA: hue angle of 312.97º 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 #F283DA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 218 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 312.97º | 0.81% | 0.73% | - |
| HSV(B) | 312.97º | 0.46% | 0.95% | - |
| XYZ | 57.39 | 40.17 | 71.06 | - |
| YUV | 174.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 218 | 0 | 0.46 | 0.10 | 0.05 | 312.97 | 0.81 | 0.73 |
| Hex | F2 | 83 | DA | 0 | 2E | A | 5 | 139 | 51 | 49 |
| Octal | 362 | 203 | 332 | 0 | 56 | 12 | 5 | 471 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11011010 | 0 | 101110 | 1010 | 101 | 100111001 | 1010001 | 1001001 |
Color Harmonies of #F283DA
Complementary color
Monochromatic Colors of #F283DA
Black with #F283DA
Text Example
Text Example
White with #F283DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283DA; }
p { color: rgb(242,131,218); }
H1.HeaderClassName
{
color: #F283DA;
}
.AnyTagClassName
{
color: #F283DA;
}
</style>
background-color css
<style>
a { background-color: #F283DA; }
a { background-color: rgb(242,131,218); }
div.DivClassName
{
background-color: #F283DA;
}
.BgClassName
{
background-color: #F283DA;
}
</style>
border-color css
<style>
span { border-color: #F283DA; }
span { border-color: rgb(242,131,218); }
td.TdClassName
{
border-color: #F283DA;
}
.TagClassName
{
border-color: #F283DA;
}
</style>