Shades of Pale Magenta #F281DA
Tints of Pale Magenta #F281DA
RGB
CMYK
RGB Variations
Color information
#F281DA (or 0xF281DA) is known color: Pale Magenta. HEX triplet: F2, 81 and DA. RGB value is (242,129,218). Sum of RGB (Red+Green+Blue) = 242+129+218=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F281DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281DA is #0D7E25. Grayscale: #ACACAC. Windows color (decimal): -884262 or 14320114. OLE color: 14320114.
HSL color Cylindrical-coordinate representation of color #F281DA: hue angle of 312.74º 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 #F281DA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 218 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.05 |
| HSL | 312.74º | 0.81% | 0.73% | - |
| HSV(B) | 312.74º | 0.47% | 0.95% | - |
| XYZ | 57.12 | 39.64 | 70.97 | - |
| YUV | 172.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 218 | 0 | 0.47 | 0.10 | 0.05 | 312.74 | 0.81 | 0.73 |
| Hex | F2 | 81 | DA | 0 | 2F | A | 5 | 139 | 51 | 49 |
| Octal | 362 | 201 | 332 | 0 | 57 | 12 | 5 | 471 | 121 | 111 |
| Binary | 11110010 | 10000001 | 11011010 | 0 | 101111 | 1010 | 101 | 100111001 | 1010001 | 1001001 |
Color Harmonies of #F281DA
Complementary color
Monochromatic Colors of #F281DA
Black with #F281DA
Text Example
Text Example
White with #F281DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281DA; }
p { color: rgb(242,129,218); }
H1.HeaderClassName
{
color: #F281DA;
}
.AnyTagClassName
{
color: #F281DA;
}
</style>
background-color css
<style>
a { background-color: #F281DA; }
a { background-color: rgb(242,129,218); }
div.DivClassName
{
background-color: #F281DA;
}
.BgClassName
{
background-color: #F281DA;
}
</style>
border-color css
<style>
span { border-color: #F281DA; }
span { border-color: rgb(242,129,218); }
td.TdClassName
{
border-color: #F281DA;
}
.TagClassName
{
border-color: #F281DA;
}
</style>