Shades of Pale Magenta #F672E4
Tints of Pale Magenta #F672E4
RGB
CMYK
RGB Variations
Color information
#F672E4 (or 0xF672E4) is known color: Pale Magenta. HEX triplet: F6, 72 and E4. RGB value is (246,114,228). Sum of RGB (Red+Green+Blue) = 246+114+228=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F672E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672E4 is #098D1B. Grayscale: #A6A6A6. Windows color (decimal): -625948 or 14971638. OLE color: 14971638.
HSL color Cylindrical-coordinate representation of color #F672E4: hue angle of 308.18º 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 #F672E4 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 228 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.04 |
| HSL | 308.18º | 0.88% | 0.71% | - |
| HSV(B) | 308.18º | 0.54% | 0.96% | - |
| XYZ | 58.03 | 37.23 | 77.53 | - |
| YUV | 166.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 228 | 0 | 0.54 | 0.07 | 0.04 | 308.18 | 0.88 | 0.71 |
| Hex | F6 | 72 | E4 | 0 | 36 | 7 | 4 | 134 | 58 | 47 |
| Octal | 366 | 162 | 344 | 0 | 66 | 7 | 4 | 464 | 130 | 107 |
| Binary | 11110110 | 1110010 | 11100100 | 0 | 110110 | 111 | 100 | 100110100 | 1011000 | 1000111 |
Color Harmonies of #F672E4
Complementary color
Monochromatic Colors of #F672E4
Black with #F672E4
Text Example
Text Example
White with #F672E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F672E4; }
p { color: rgb(246,114,228); }
H1.HeaderClassName
{
color: #F672E4;
}
.AnyTagClassName
{
color: #F672E4;
}
</style>
background-color css
<style>
a { background-color: #F672E4; }
a { background-color: rgb(246,114,228); }
div.DivClassName
{
background-color: #F672E4;
}
.BgClassName
{
background-color: #F672E4;
}
</style>
border-color css
<style>
span { border-color: #F672E4; }
span { border-color: rgb(246,114,228); }
td.TdClassName
{
border-color: #F672E4;
}
.TagClassName
{
border-color: #F672E4;
}
</style>