Shades of Pale Magenta #F774DF
Tints of Pale Magenta #F774DF
RGB
CMYK
RGB Variations
Color information
#F774DF (or 0xF774DF) is known color: Pale Magenta. HEX triplet: F7, 74 and DF. RGB value is (247,116,223). Sum of RGB (Red+Green+Blue) = 247+116+223=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F774DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F774DF is #088B20. Grayscale: #A7A7A7. Windows color (decimal): -559905 or 14644471. OLE color: 14644471.
HSL color Cylindrical-coordinate representation of color #F774DF: hue angle of 310.99º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F774DF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 223 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.03 |
| HSL | 310.99º | 0.89% | 0.71% | - |
| HSV(B) | 310.99º | 0.53% | 0.97% | - |
| XYZ | 57.92 | 37.59 | 74.02 | - |
| YUV | 167.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 223 | 0 | 0.53 | 0.10 | 0.03 | 310.99 | 0.89 | 0.71 |
| Hex | F7 | 74 | DF | 0 | 35 | A | 3 | 137 | 59 | 47 |
| Octal | 367 | 164 | 337 | 0 | 65 | 12 | 3 | 467 | 131 | 107 |
| Binary | 11110111 | 1110100 | 11011111 | 0 | 110101 | 1010 | 11 | 100110111 | 1011001 | 1000111 |
Color Harmonies of #F774DF
Complementary color
Monochromatic Colors of #F774DF
Black with #F774DF
Text Example
Text Example
White with #F774DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774DF; }
p { color: rgb(247,116,223); }
H1.HeaderClassName
{
color: #F774DF;
}
.AnyTagClassName
{
color: #F774DF;
}
</style>
background-color css
<style>
a { background-color: #F774DF; }
a { background-color: rgb(247,116,223); }
div.DivClassName
{
background-color: #F774DF;
}
.BgClassName
{
background-color: #F774DF;
}
</style>
border-color css
<style>
span { border-color: #F774DF; }
span { border-color: rgb(247,116,223); }
td.TdClassName
{
border-color: #F774DF;
}
.TagClassName
{
border-color: #F774DF;
}
</style>