Shades of Pale Magenta #F672DC
Tints of Pale Magenta #F672DC
RGB
CMYK
RGB Variations
Color information
#F672DC (or 0xF672DC) is known color: Pale Magenta. HEX triplet: F6, 72 and DC. RGB value is (246,114,220). Sum of RGB (Red+Green+Blue) = 246+114+220=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F672DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672DC is #098D23. Grayscale: #A5A5A5. Windows color (decimal): -625956 or 14447350. OLE color: 14447350.
HSL color Cylindrical-coordinate representation of color #F672DC: hue angle of 311.82º 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 #F672DC is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 220 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.04 |
| HSL | 311.82º | 0.88% | 0.71% | - |
| HSV(B) | 311.82º | 0.54% | 0.96% | - |
| XYZ | 56.94 | 36.79 | 71.81 | - |
| YUV | 165.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 220 | 0 | 0.54 | 0.11 | 0.04 | 311.82 | 0.88 | 0.71 |
| Hex | F6 | 72 | DC | 0 | 36 | B | 4 | 138 | 58 | 47 |
| Octal | 366 | 162 | 334 | 0 | 66 | 13 | 4 | 470 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11011100 | 0 | 110110 | 1011 | 100 | 100111000 | 1011000 | 1000111 |
Color Harmonies of #F672DC
Complementary color
Monochromatic Colors of #F672DC
Black with #F672DC
Text Example
Text Example
White with #F672DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672DC; }
p { color: rgb(246,114,220); }
H1.HeaderClassName
{
color: #F672DC;
}
.AnyTagClassName
{
color: #F672DC;
}
</style>
background-color css
<style>
a { background-color: #F672DC; }
a { background-color: rgb(246,114,220); }
div.DivClassName
{
background-color: #F672DC;
}
.BgClassName
{
background-color: #F672DC;
}
</style>
border-color css
<style>
span { border-color: #F672DC; }
span { border-color: rgb(246,114,220); }
td.TdClassName
{
border-color: #F672DC;
}
.TagClassName
{
border-color: #F672DC;
}
</style>