Shades of Pale Magenta #F674EA
Tints of Pale Magenta #F674EA
RGB
CMYK
RGB Variations
Color information
#F674EA (or 0xF674EA) is known color: Pale Magenta. HEX triplet: F6, 74 and EA. RGB value is (246,116,234). Sum of RGB (Red+Green+Blue) = 246+116+234=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 116 (45.70% from 255 or 19.46% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F674EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F674EA is #098B15. Grayscale: #A7A7A7. Windows color (decimal): -625430 or 15365366. OLE color: 15365366.
HSL color Cylindrical-coordinate representation of color #F674EA: hue angle of 305.54º 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 #F674EA is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 234 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.04 |
| HSL | 305.54º | 0.88% | 0.71% | - |
| HSV(B) | 305.54º | 0.53% | 0.96% | - |
| XYZ | 59.1 | 38.02 | 82.07 | - |
| YUV | 168.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 234 | 0 | 0.53 | 0.05 | 0.04 | 305.54 | 0.88 | 0.71 |
| Hex | F6 | 74 | EA | 0 | 35 | 5 | 4 | 132 | 58 | 47 |
| Octal | 366 | 164 | 352 | 0 | 65 | 5 | 4 | 462 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11101010 | 0 | 110101 | 101 | 100 | 100110010 | 1011000 | 1000111 |
Color Harmonies of #F674EA
Complementary color
Monochromatic Colors of #F674EA
Black with #F674EA
Text Example
Text Example
White with #F674EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674EA; }
p { color: rgb(246,116,234); }
H1.HeaderClassName
{
color: #F674EA;
}
.AnyTagClassName
{
color: #F674EA;
}
</style>
background-color css
<style>
a { background-color: #F674EA; }
a { background-color: rgb(246,116,234); }
div.DivClassName
{
background-color: #F674EA;
}
.BgClassName
{
background-color: #F674EA;
}
</style>
border-color css
<style>
span { border-color: #F674EA; }
span { border-color: rgb(246,116,234); }
td.TdClassName
{
border-color: #F674EA;
}
.TagClassName
{
border-color: #F674EA;
}
</style>