Shades of Pale Magenta #F277DA
Tints of Pale Magenta #F277DA
RGB
CMYK
RGB Variations
Color information
#F277DA (or 0xF277DA) is known color: Pale Magenta. HEX triplet: F2, 77 and DA. RGB value is (242,119,218). Sum of RGB (Red+Green+Blue) = 242+119+218=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F277DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277DA is #0D8825. Grayscale: #A6A6A6. Windows color (decimal): -886822 or 14317554. OLE color: 14317554.
HSL color Cylindrical-coordinate representation of color #F277DA: hue angle of 311.71º 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 #F277DA is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 218 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.05 |
| HSL | 311.71º | 0.83% | 0.71% | - |
| HSV(B) | 311.71º | 0.51% | 0.95% | - |
| XYZ | 55.87 | 37.13 | 70.55 | - |
| YUV | 167.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 218 | 0 | 0.51 | 0.10 | 0.05 | 311.71 | 0.83 | 0.71 |
| Hex | F2 | 77 | DA | 0 | 33 | A | 5 | 138 | 53 | 47 |
| Octal | 362 | 167 | 332 | 0 | 63 | 12 | 5 | 470 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11011010 | 0 | 110011 | 1010 | 101 | 100111000 | 1010011 | 1000111 |
Color Harmonies of #F277DA
Complementary color
Monochromatic Colors of #F277DA
Black with #F277DA
Text Example
Text Example
White with #F277DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277DA; }
p { color: rgb(242,119,218); }
H1.HeaderClassName
{
color: #F277DA;
}
.AnyTagClassName
{
color: #F277DA;
}
</style>
background-color css
<style>
a { background-color: #F277DA; }
a { background-color: rgb(242,119,218); }
div.DivClassName
{
background-color: #F277DA;
}
.BgClassName
{
background-color: #F277DA;
}
</style>
border-color css
<style>
span { border-color: #F277DA; }
span { border-color: rgb(242,119,218); }
td.TdClassName
{
border-color: #F277DA;
}
.TagClassName
{
border-color: #F277DA;
}
</style>