Shades of Pale Magenta #F672DF
Tints of Pale Magenta #F672DF
RGB
CMYK
RGB Variations
Color information
#F672DF (or 0xF672DF) is known color: Pale Magenta. HEX triplet: F6, 72 and DF. RGB value is (246,114,223). Sum of RGB (Red+Green+Blue) = 246+114+223=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F672DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672DF is #098D20. Grayscale: #A5A5A5. Windows color (decimal): -625953 or 14643958. OLE color: 14643958.
HSL color Cylindrical-coordinate representation of color #F672DF: hue angle of 310.45º 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 #F672DF is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 223 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.04 |
| HSL | 310.45º | 0.88% | 0.71% | - |
| HSV(B) | 310.45º | 0.54% | 0.96% | - |
| XYZ | 57.34 | 36.96 | 73.92 | - |
| YUV | 165.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 223 | 0 | 0.54 | 0.09 | 0.04 | 310.45 | 0.88 | 0.71 |
| Hex | F6 | 72 | DF | 0 | 36 | 9 | 4 | 136 | 58 | 47 |
| Octal | 366 | 162 | 337 | 0 | 66 | 11 | 4 | 466 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11011111 | 0 | 110110 | 1001 | 100 | 100110110 | 1011000 | 1000111 |
Color Harmonies of #F672DF
Complementary color
Monochromatic Colors of #F672DF
Black with #F672DF
Text Example
Text Example
White with #F672DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672DF; }
p { color: rgb(246,114,223); }
H1.HeaderClassName
{
color: #F672DF;
}
.AnyTagClassName
{
color: #F672DF;
}
</style>
background-color css
<style>
a { background-color: #F672DF; }
a { background-color: rgb(246,114,223); }
div.DivClassName
{
background-color: #F672DF;
}
.BgClassName
{
background-color: #F672DF;
}
</style>
border-color css
<style>
span { border-color: #F672DF; }
span { border-color: rgb(246,114,223); }
td.TdClassName
{
border-color: #F672DF;
}
.TagClassName
{
border-color: #F672DF;
}
</style>