Shades of Pale Magenta #F277DB
Tints of Pale Magenta #F277DB
RGB
CMYK
RGB Variations
Color information
#F277DB (or 0xF277DB) is known color: Pale Magenta. HEX triplet: F2, 77 and DB. RGB value is (242,119,219). Sum of RGB (Red+Green+Blue) = 242+119+219=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F277DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277DB is #0D8824. Grayscale: #A6A6A6. Windows color (decimal): -886821 or 14383090. OLE color: 14383090.
HSL color Cylindrical-coordinate representation of color #F277DB: hue angle of 311.22º 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 #F277DB is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 219 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.05 |
| HSL | 311.22º | 0.83% | 0.71% | - |
| HSV(B) | 311.22º | 0.51% | 0.95% | - |
| XYZ | 56 | 37.19 | 71.24 | - |
| YUV | 167.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 219 | 0 | 0.51 | 0.10 | 0.05 | 311.22 | 0.83 | 0.71 |
| Hex | F2 | 77 | DB | 0 | 33 | A | 5 | 137 | 53 | 47 |
| Octal | 362 | 167 | 333 | 0 | 63 | 12 | 5 | 467 | 123 | 107 |
| Binary | 11110010 | 1110111 | 11011011 | 0 | 110011 | 1010 | 101 | 100110111 | 1010011 | 1000111 |
Color Harmonies of #F277DB
Complementary color
Monochromatic Colors of #F277DB
Black with #F277DB
Text Example
Text Example
White with #F277DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F277DB; }
p { color: rgb(242,119,219); }
H1.HeaderClassName
{
color: #F277DB;
}
.AnyTagClassName
{
color: #F277DB;
}
</style>
background-color css
<style>
a { background-color: #F277DB; }
a { background-color: rgb(242,119,219); }
div.DivClassName
{
background-color: #F277DB;
}
.BgClassName
{
background-color: #F277DB;
}
</style>
border-color css
<style>
span { border-color: #F277DB; }
span { border-color: rgb(242,119,219); }
td.TdClassName
{
border-color: #F277DB;
}
.TagClassName
{
border-color: #F277DB;
}
</style>