Shades of Pale Magenta #F281E0
Tints of Pale Magenta #F281E0
RGB
CMYK
RGB Variations
Color information
#F281E0 (or 0xF281E0) is known color: Pale Magenta. HEX triplet: F2, 81 and E0. RGB value is (242,129,224). Sum of RGB (Red+Green+Blue) = 242+129+224=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F281E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281E0 is #0D7E1F. Grayscale: #ADADAD. Windows color (decimal): -884256 or 14713330. OLE color: 14713330.
HSL color Cylindrical-coordinate representation of color #F281E0: hue angle of 309.56º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F281E0 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 224 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.05 |
| HSL | 309.56º | 0.81% | 0.73% | - |
| HSV(B) | 309.56º | 0.47% | 0.95% | - |
| XYZ | 57.92 | 39.96 | 75.18 | - |
| YUV | 173.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 224 | 0 | 0.47 | 0.07 | 0.05 | 309.56 | 0.81 | 0.73 |
| Hex | F2 | 81 | E0 | 0 | 2F | 7 | 5 | 136 | 51 | 49 |
| Octal | 362 | 201 | 340 | 0 | 57 | 7 | 5 | 466 | 121 | 111 |
| Binary | 11110010 | 10000001 | 11100000 | 0 | 101111 | 111 | 101 | 100110110 | 1010001 | 1001001 |
Color Harmonies of #F281E0
Complementary color
Monochromatic Colors of #F281E0
Black with #F281E0
Text Example
Text Example
White with #F281E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281E0; }
p { color: rgb(242,129,224); }
H1.HeaderClassName
{
color: #F281E0;
}
.AnyTagClassName
{
color: #F281E0;
}
</style>
background-color css
<style>
a { background-color: #F281E0; }
a { background-color: rgb(242,129,224); }
div.DivClassName
{
background-color: #F281E0;
}
.BgClassName
{
background-color: #F281E0;
}
</style>
border-color css
<style>
span { border-color: #F281E0; }
span { border-color: rgb(242,129,224); }
td.TdClassName
{
border-color: #F281E0;
}
.TagClassName
{
border-color: #F281E0;
}
</style>