Shades of Pale Magenta #F674E2
Tints of Pale Magenta #F674E2
RGB
CMYK
RGB Variations
Color information
#F674E2 (or 0xF674E2) is known color: Pale Magenta. HEX triplet: F6, 74 and E2. RGB value is (246,116,226). Sum of RGB (Red+Green+Blue) = 246+116+226=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F674E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674E2 is #098B1D. Grayscale: #A7A7A7. Windows color (decimal): -625438 or 14841078. OLE color: 14841078.
HSL color Cylindrical-coordinate representation of color #F674E2: hue angle of 309.23º 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 #F674E2 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 226 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.04 |
| HSL | 309.23º | 0.88% | 0.71% | - |
| HSV(B) | 309.23º | 0.53% | 0.96% | - |
| XYZ | 57.98 | 37.57 | 76.15 | - |
| YUV | 167.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 226 | 0 | 0.53 | 0.08 | 0.04 | 309.23 | 0.88 | 0.71 |
| Hex | F6 | 74 | E2 | 0 | 35 | 8 | 4 | 135 | 58 | 47 |
| Octal | 366 | 164 | 342 | 0 | 65 | 10 | 4 | 465 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11100010 | 0 | 110101 | 1000 | 100 | 100110101 | 1011000 | 1000111 |
Color Harmonies of #F674E2
Complementary color
Monochromatic Colors of #F674E2
Black with #F674E2
Text Example
Text Example
White with #F674E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674E2; }
p { color: rgb(246,116,226); }
H1.HeaderClassName
{
color: #F674E2;
}
.AnyTagClassName
{
color: #F674E2;
}
</style>
background-color css
<style>
a { background-color: #F674E2; }
a { background-color: rgb(246,116,226); }
div.DivClassName
{
background-color: #F674E2;
}
.BgClassName
{
background-color: #F674E2;
}
</style>
border-color css
<style>
span { border-color: #F674E2; }
span { border-color: rgb(246,116,226); }
td.TdClassName
{
border-color: #F674E2;
}
.TagClassName
{
border-color: #F674E2;
}
</style>