Shades of Pale Magenta #F672D8
Tints of Pale Magenta #F672D8
RGB
CMYK
RGB Variations
Color information
#F672D8 (or 0xF672D8) is known color: Pale Magenta. HEX triplet: F6, 72 and D8. RGB value is (246,114,216). Sum of RGB (Red+Green+Blue) = 246+114+216=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F672D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672D8 is #098D27. Grayscale: #A4A4A4. Windows color (decimal): -625960 or 14185206. OLE color: 14185206.
HSL color Cylindrical-coordinate representation of color #F672D8: hue angle of 313.64º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672D8 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 216 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.04 |
| HSL | 313.64º | 0.88% | 0.71% | - |
| HSV(B) | 313.64º | 0.54% | 0.96% | - |
| XYZ | 56.42 | 36.59 | 69.05 | - |
| YUV | 165.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 216 | 0 | 0.54 | 0.12 | 0.04 | 313.64 | 0.88 | 0.71 |
| Hex | F6 | 72 | D8 | 0 | 36 | C | 4 | 13A | 58 | 47 |
| Octal | 366 | 162 | 330 | 0 | 66 | 14 | 4 | 472 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11011000 | 0 | 110110 | 1100 | 100 | 100111010 | 1011000 | 1000111 |
Color Harmonies of #F672D8
Complementary color
Monochromatic Colors of #F672D8
Black with #F672D8
Text Example
Text Example
White with #F672D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672D8; }
p { color: rgb(246,114,216); }
H1.HeaderClassName
{
color: #F672D8;
}
.AnyTagClassName
{
color: #F672D8;
}
</style>
background-color css
<style>
a { background-color: #F672D8; }
a { background-color: rgb(246,114,216); }
div.DivClassName
{
background-color: #F672D8;
}
.BgClassName
{
background-color: #F672D8;
}
</style>
border-color css
<style>
span { border-color: #F672D8; }
span { border-color: rgb(246,114,216); }
td.TdClassName
{
border-color: #F672D8;
}
.TagClassName
{
border-color: #F672D8;
}
</style>