Shades of Pale Magenta #F377DC
Tints of Pale Magenta #F377DC
RGB
CMYK
RGB Variations
Color information
#F377DC (or 0xF377DC) is known color: Pale Magenta. HEX triplet: F3, 77 and DC. RGB value is (243,119,220). Sum of RGB (Red+Green+Blue) = 243+119+220=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F377DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377DC is #0C8823. Grayscale: #A7A7A7. Windows color (decimal): -821284 or 14448627. OLE color: 14448627.
HSL color Cylindrical-coordinate representation of color #F377DC: hue angle of 311.13º degrees, saturation: 0.84, 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 #F377DC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 220 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.05 |
| HSL | 311.13º | 0.84% | 0.71% | - |
| HSV(B) | 311.13º | 0.51% | 0.95% | - |
| XYZ | 56.48 | 37.42 | 71.96 | - |
| YUV | 167.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 220 | 0 | 0.51 | 0.09 | 0.05 | 311.13 | 0.84 | 0.71 |
| Hex | F3 | 77 | DC | 0 | 33 | 9 | 5 | 137 | 54 | 47 |
| Octal | 363 | 167 | 334 | 0 | 63 | 11 | 5 | 467 | 124 | 107 |
| Binary | 11110011 | 1110111 | 11011100 | 0 | 110011 | 1001 | 101 | 100110111 | 1010100 | 1000111 |
Color Harmonies of #F377DC
Complementary color
Monochromatic Colors of #F377DC
Black with #F377DC
Text Example
Text Example
White with #F377DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F377DC; }
p { color: rgb(243,119,220); }
H1.HeaderClassName
{
color: #F377DC;
}
.AnyTagClassName
{
color: #F377DC;
}
</style>
background-color css
<style>
a { background-color: #F377DC; }
a { background-color: rgb(243,119,220); }
div.DivClassName
{
background-color: #F377DC;
}
.BgClassName
{
background-color: #F377DC;
}
</style>
border-color css
<style>
span { border-color: #F377DC; }
span { border-color: rgb(243,119,220); }
td.TdClassName
{
border-color: #F377DC;
}
.TagClassName
{
border-color: #F377DC;
}
</style>