Shades of Pale Magenta #F672E9
Tints of Pale Magenta #F672E9
RGB
CMYK
RGB Variations
Color information
#F672E9 (or 0xF672E9) is known color: Pale Magenta. HEX triplet: F6, 72 and E9. RGB value is (246,114,233). Sum of RGB (Red+Green+Blue) = 246+114+233=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F672E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F672E9 is #098D16. Grayscale: #A6A6A6. Windows color (decimal): -625943 or 15299318. OLE color: 15299318.
HSL color Cylindrical-coordinate representation of color #F672E9: hue angle of 305.91º 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 #F672E9 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 233 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.04 |
| HSL | 305.91º | 0.88% | 0.71% | - |
| HSV(B) | 305.91º | 0.54% | 0.96% | - |
| XYZ | 58.73 | 37.51 | 81.24 | - |
| YUV | 167.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 233 | 0 | 0.54 | 0.05 | 0.04 | 305.91 | 0.88 | 0.71 |
| Hex | F6 | 72 | E9 | 0 | 36 | 5 | 4 | 132 | 58 | 47 |
| Octal | 366 | 162 | 351 | 0 | 66 | 5 | 4 | 462 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11101001 | 0 | 110110 | 101 | 100 | 100110010 | 1011000 | 1000111 |
Color Harmonies of #F672E9
Complementary color
Monochromatic Colors of #F672E9
Black with #F672E9
Text Example
Text Example
White with #F672E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672E9; }
p { color: rgb(246,114,233); }
H1.HeaderClassName
{
color: #F672E9;
}
.AnyTagClassName
{
color: #F672E9;
}
</style>
background-color css
<style>
a { background-color: #F672E9; }
a { background-color: rgb(246,114,233); }
div.DivClassName
{
background-color: #F672E9;
}
.BgClassName
{
background-color: #F672E9;
}
</style>
border-color css
<style>
span { border-color: #F672E9; }
span { border-color: rgb(246,114,233); }
td.TdClassName
{
border-color: #F672E9;
}
.TagClassName
{
border-color: #F672E9;
}
</style>