Shades of Pale Magenta #F280DD
Tints of Pale Magenta #F280DD
RGB
CMYK
RGB Variations
Color information
#F280DD (or 0xF280DD) is known color: Pale Magenta. HEX triplet: F2, 80 and DD. RGB value is (242,128,221). Sum of RGB (Red+Green+Blue) = 242+128+221=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F280DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280DD is #0D7F22. Grayscale: #ACACAC. Windows color (decimal): -884515 or 14516466. OLE color: 14516466.
HSL color Cylindrical-coordinate representation of color #F280DD: hue angle of 311.05º 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 #F280DD is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 221 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.05 |
| HSL | 311.05º | 0.81% | 0.73% | - |
| HSV(B) | 311.05º | 0.47% | 0.95% | - |
| XYZ | 57.39 | 39.54 | 73.01 | - |
| YUV | 172.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 221 | 0 | 0.47 | 0.09 | 0.05 | 311.05 | 0.81 | 0.73 |
| Hex | F2 | 80 | DD | 0 | 2F | 9 | 5 | 137 | 51 | 49 |
| Octal | 362 | 200 | 335 | 0 | 57 | 11 | 5 | 467 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11011101 | 0 | 101111 | 1001 | 101 | 100110111 | 1010001 | 1001001 |
Color Harmonies of #F280DD
Complementary color
Monochromatic Colors of #F280DD
Black with #F280DD
Text Example
Text Example
White with #F280DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280DD; }
p { color: rgb(242,128,221); }
H1.HeaderClassName
{
color: #F280DD;
}
.AnyTagClassName
{
color: #F280DD;
}
</style>
background-color css
<style>
a { background-color: #F280DD; }
a { background-color: rgb(242,128,221); }
div.DivClassName
{
background-color: #F280DD;
}
.BgClassName
{
background-color: #F280DD;
}
</style>
border-color css
<style>
span { border-color: #F280DD; }
span { border-color: rgb(242,128,221); }
td.TdClassName
{
border-color: #F280DD;
}
.TagClassName
{
border-color: #F280DD;
}
</style>