Shades of Pale Magenta #F674D7
Tints of Pale Magenta #F674D7
RGB
CMYK
RGB Variations
Color information
#F674D7 (or 0xF674D7) is known color: Pale Magenta. HEX triplet: F6, 74 and D7. RGB value is (246,116,215). Sum of RGB (Red+Green+Blue) = 246+116+215=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F674D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674D7 is #098B28. Grayscale: #A5A5A5. Windows color (decimal): -625449 or 14120182. OLE color: 14120182.
HSL color Cylindrical-coordinate representation of color #F674D7: hue angle of 314.31º 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 #F674D7 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 215 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.04 |
| HSL | 314.31º | 0.88% | 0.71% | - |
| HSV(B) | 314.31º | 0.53% | 0.96% | - |
| XYZ | 56.52 | 36.99 | 68.45 | - |
| YUV | 166.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 215 | 0 | 0.53 | 0.13 | 0.04 | 314.31 | 0.88 | 0.71 |
| Hex | F6 | 74 | D7 | 0 | 35 | D | 4 | 13A | 58 | 47 |
| Octal | 366 | 164 | 327 | 0 | 65 | 15 | 4 | 472 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11010111 | 0 | 110101 | 1101 | 100 | 100111010 | 1011000 | 1000111 |
Color Harmonies of #F674D7
Complementary color
Monochromatic Colors of #F674D7
Black with #F674D7
Text Example
Text Example
White with #F674D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674D7; }
p { color: rgb(246,116,215); }
H1.HeaderClassName
{
color: #F674D7;
}
.AnyTagClassName
{
color: #F674D7;
}
</style>
background-color css
<style>
a { background-color: #F674D7; }
a { background-color: rgb(246,116,215); }
div.DivClassName
{
background-color: #F674D7;
}
.BgClassName
{
background-color: #F674D7;
}
</style>
border-color css
<style>
span { border-color: #F674D7; }
span { border-color: rgb(246,116,215); }
td.TdClassName
{
border-color: #F674D7;
}
.TagClassName
{
border-color: #F674D7;
}
</style>