Shades of Pale Magenta #F376DA
Tints of Pale Magenta #F376DA
RGB
CMYK
RGB Variations
Color information
#F376DA (or 0xF376DA) is known color: Pale Magenta. HEX triplet: F3, 76 and DA. RGB value is (243,118,218). Sum of RGB (Red+Green+Blue) = 243+118+218=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F376DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376DA is #0C8925. Grayscale: #A6A6A6. Windows color (decimal): -821542 or 14317299. OLE color: 14317299.
HSL color Cylindrical-coordinate representation of color #F376DA: hue angle of 312º 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 #F376DA is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 218 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.05 |
| HSL | 312º | 0.84% | 0.71% | - |
| HSV(B) | 312º | 0.51% | 0.95% | - |
| XYZ | 56.1 | 37.07 | 70.53 | - |
| YUV | 166.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 218 | 0 | 0.51 | 0.10 | 0.05 | 312 | 0.84 | 0.71 |
| Hex | F3 | 76 | DA | 0 | 33 | A | 5 | 138 | 54 | 47 |
| Octal | 363 | 166 | 332 | 0 | 63 | 12 | 5 | 470 | 124 | 107 |
| Binary | 11110011 | 1110110 | 11011010 | 0 | 110011 | 1010 | 101 | 100111000 | 1010100 | 1000111 |
Color Harmonies of #F376DA
Complementary color
Monochromatic Colors of #F376DA
Black with #F376DA
Text Example
Text Example
White with #F376DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F376DA; }
p { color: rgb(243,118,218); }
H1.HeaderClassName
{
color: #F376DA;
}
.AnyTagClassName
{
color: #F376DA;
}
</style>
background-color css
<style>
a { background-color: #F376DA; }
a { background-color: rgb(243,118,218); }
div.DivClassName
{
background-color: #F376DA;
}
.BgClassName
{
background-color: #F376DA;
}
</style>
border-color css
<style>
span { border-color: #F376DA; }
span { border-color: rgb(243,118,218); }
td.TdClassName
{
border-color: #F376DA;
}
.TagClassName
{
border-color: #F376DA;
}
</style>