Shades of Pale Magenta #F277DF
Tints of Pale Magenta #F277DF
RGB
CMYK
RGB Variations
Color information
#F277DF (or 0xF277DF) is known color: Pale Magenta. HEX triplet: F2, 77 and DF. RGB value is (242,119,223). Sum of RGB (Red+Green+Blue) = 242+119+223=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F277DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277DF is #0D8820. Grayscale: #A7A7A7. Windows color (decimal): -886817 or 14645234. OLE color: 14645234.
HSL color Cylindrical-coordinate representation of color #F277DF: hue angle of 309.27º 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 #F277DF is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 223 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.05 |
| HSL | 309.27º | 0.83% | 0.71% | - |
| HSV(B) | 309.27º | 0.51% | 0.95% | - |
| XYZ | 56.53 | 37.4 | 74.05 | - |
| YUV | 167.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 223 | 0 | 0.51 | 0.08 | 0.05 | 309.27 | 0.83 | 0.71 |
| Hex | F2 | 77 | DF | 0 | 33 | 8 | 5 | 135 | 53 | 47 |
| Octal | 362 | 167 | 337 | 0 | 63 | 10 | 5 | 465 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11011111 | 0 | 110011 | 1000 | 101 | 100110101 | 1010011 | 1000111 |
Color Harmonies of #F277DF
Complementary color
Monochromatic Colors of #F277DF
Black with #F277DF
Text Example
Text Example
White with #F277DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277DF; }
p { color: rgb(242,119,223); }
H1.HeaderClassName
{
color: #F277DF;
}
.AnyTagClassName
{
color: #F277DF;
}
</style>
background-color css
<style>
a { background-color: #F277DF; }
a { background-color: rgb(242,119,223); }
div.DivClassName
{
background-color: #F277DF;
}
.BgClassName
{
background-color: #F277DF;
}
</style>
border-color css
<style>
span { border-color: #F277DF; }
span { border-color: rgb(242,119,223); }
td.TdClassName
{
border-color: #F277DF;
}
.TagClassName
{
border-color: #F277DF;
}
</style>