Shades of Pale Magenta #F674DF
Tints of Pale Magenta #F674DF
RGB
CMYK
RGB Variations
Color information
#F674DF (or 0xF674DF) is known color: Pale Magenta. HEX triplet: F6, 74 and DF. RGB value is (246,116,223). Sum of RGB (Red+Green+Blue) = 246+116+223=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F674DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674DF is #098B20. Grayscale: #A6A6A6. Windows color (decimal): -625441 or 14644470. OLE color: 14644470.
HSL color Cylindrical-coordinate representation of color #F674DF: hue angle of 310.62º 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 #F674DF is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 223 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.04 |
| HSL | 310.62º | 0.88% | 0.71% | - |
| HSV(B) | 310.62º | 0.53% | 0.96% | - |
| XYZ | 57.57 | 37.41 | 74 | - |
| YUV | 167.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 223 | 0 | 0.53 | 0.09 | 0.04 | 310.62 | 0.88 | 0.71 |
| Hex | F6 | 74 | DF | 0 | 35 | 9 | 4 | 137 | 58 | 47 |
| Octal | 366 | 164 | 337 | 0 | 65 | 11 | 4 | 467 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11011111 | 0 | 110101 | 1001 | 100 | 100110111 | 1011000 | 1000111 |
Color Harmonies of #F674DF
Complementary color
Monochromatic Colors of #F674DF
Black with #F674DF
Text Example
Text Example
White with #F674DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674DF; }
p { color: rgb(246,116,223); }
H1.HeaderClassName
{
color: #F674DF;
}
.AnyTagClassName
{
color: #F674DF;
}
</style>
background-color css
<style>
a { background-color: #F674DF; }
a { background-color: rgb(246,116,223); }
div.DivClassName
{
background-color: #F674DF;
}
.BgClassName
{
background-color: #F674DF;
}
</style>
border-color css
<style>
span { border-color: #F674DF; }
span { border-color: rgb(246,116,223); }
td.TdClassName
{
border-color: #F674DF;
}
.TagClassName
{
border-color: #F674DF;
}
</style>