Shades of Pale Magenta #F281DF
Tints of Pale Magenta #F281DF
RGB
CMYK
RGB Variations
Color information
#F281DF (or 0xF281DF) is known color: Pale Magenta. HEX triplet: F2, 81 and DF. RGB value is (242,129,223). Sum of RGB (Red+Green+Blue) = 242+129+223=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F281DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281DF is #0D7E20. Grayscale: #ADADAD. Windows color (decimal): -884257 or 14647794. OLE color: 14647794.
HSL color Cylindrical-coordinate representation of color #F281DF: hue angle of 310.09º 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 #F281DF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 223 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.05 |
| HSL | 310.09º | 0.81% | 0.73% | - |
| HSV(B) | 310.09º | 0.47% | 0.95% | - |
| XYZ | 57.79 | 39.91 | 74.47 | - |
| YUV | 173.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 223 | 0 | 0.47 | 0.08 | 0.05 | 310.09 | 0.81 | 0.73 |
| Hex | F2 | 81 | DF | 0 | 2F | 8 | 5 | 136 | 51 | 49 |
| Octal | 362 | 201 | 337 | 0 | 57 | 10 | 5 | 466 | 121 | 111 |
| Binary | 11110010 | 10000001 | 11011111 | 0 | 101111 | 1000 | 101 | 100110110 | 1010001 | 1001001 |
Color Harmonies of #F281DF
Complementary color
Monochromatic Colors of #F281DF
Black with #F281DF
Text Example
Text Example
White with #F281DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281DF; }
p { color: rgb(242,129,223); }
H1.HeaderClassName
{
color: #F281DF;
}
.AnyTagClassName
{
color: #F281DF;
}
</style>
background-color css
<style>
a { background-color: #F281DF; }
a { background-color: rgb(242,129,223); }
div.DivClassName
{
background-color: #F281DF;
}
.BgClassName
{
background-color: #F281DF;
}
</style>
border-color css
<style>
span { border-color: #F281DF; }
span { border-color: rgb(242,129,223); }
td.TdClassName
{
border-color: #F281DF;
}
.TagClassName
{
border-color: #F281DF;
}
</style>