Shades of Pale Magenta #F277DD
Tints of Pale Magenta #F277DD
RGB
CMYK
RGB Variations
Color information
#F277DD (or 0xF277DD) is known color: Pale Magenta. HEX triplet: F2, 77 and DD. RGB value is (242,119,221). Sum of RGB (Red+Green+Blue) = 242+119+221=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F277DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277DD is #0D8822. Grayscale: #A7A7A7. Windows color (decimal): -886819 or 14514162. OLE color: 14514162.
HSL color Cylindrical-coordinate representation of color #F277DD: hue angle of 310.24º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F277DD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 221 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.05 |
| HSL | 310.24º | 0.83% | 0.71% | - |
| HSV(B) | 310.24º | 0.51% | 0.95% | - |
| XYZ | 56.27 | 37.29 | 72.64 | - |
| YUV | 167.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 221 | 0 | 0.51 | 0.09 | 0.05 | 310.24 | 0.83 | 0.71 |
| Hex | F2 | 77 | DD | 0 | 33 | 9 | 5 | 136 | 53 | 47 |
| Octal | 362 | 167 | 335 | 0 | 63 | 11 | 5 | 466 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11011101 | 0 | 110011 | 1001 | 101 | 100110110 | 1010011 | 1000111 |
Color Harmonies of #F277DD
Complementary color
Monochromatic Colors of #F277DD
Black with #F277DD
Text Example
Text Example
White with #F277DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277DD; }
p { color: rgb(242,119,221); }
H1.HeaderClassName
{
color: #F277DD;
}
.AnyTagClassName
{
color: #F277DD;
}
</style>
background-color css
<style>
a { background-color: #F277DD; }
a { background-color: rgb(242,119,221); }
div.DivClassName
{
background-color: #F277DD;
}
.BgClassName
{
background-color: #F277DD;
}
</style>
border-color css
<style>
span { border-color: #F277DD; }
span { border-color: rgb(242,119,221); }
td.TdClassName
{
border-color: #F277DD;
}
.TagClassName
{
border-color: #F277DD;
}
</style>