Shades of Pale Magenta #F673E2
Tints of Pale Magenta #F673E2
RGB
CMYK
RGB Variations
Color information
#F673E2 (or 0xF673E2) is known color: Pale Magenta. HEX triplet: F6, 73 and E2. RGB value is (246,115,226). Sum of RGB (Red+Green+Blue) = 246+115+226=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F673E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F673E2 is #098C1D. Grayscale: #A6A6A6. Windows color (decimal): -625694 or 14840822. OLE color: 14840822.
HSL color Cylindrical-coordinate representation of color #F673E2: hue angle of 309.16º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F673E2 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 226 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.04 |
| HSL | 309.16º | 0.88% | 0.71% | - |
| HSV(B) | 309.16º | 0.53% | 0.96% | - |
| XYZ | 57.86 | 37.35 | 76.11 | - |
| YUV | 166.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 226 | 0 | 0.53 | 0.08 | 0.04 | 309.16 | 0.88 | 0.71 |
| Hex | F6 | 73 | E2 | 0 | 35 | 8 | 4 | 135 | 58 | 47 |
| Octal | 366 | 163 | 342 | 0 | 65 | 10 | 4 | 465 | 130 | 107 |
| Binary | 11110110 | 1110011 | 11100010 | 0 | 110101 | 1000 | 100 | 100110101 | 1011000 | 1000111 |
Color Harmonies of #F673E2
Complementary color
Monochromatic Colors of #F673E2
Black with #F673E2
Text Example
Text Example
White with #F673E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F673E2; }
p { color: rgb(246,115,226); }
H1.HeaderClassName
{
color: #F673E2;
}
.AnyTagClassName
{
color: #F673E2;
}
</style>
background-color css
<style>
a { background-color: #F673E2; }
a { background-color: rgb(246,115,226); }
div.DivClassName
{
background-color: #F673E2;
}
.BgClassName
{
background-color: #F673E2;
}
</style>
border-color css
<style>
span { border-color: #F673E2; }
span { border-color: rgb(246,115,226); }
td.TdClassName
{
border-color: #F673E2;
}
.TagClassName
{
border-color: #F673E2;
}
</style>