Shades of Violet #F47DF0
Tints of Violet #F47DF0
RGB
CMYK
RGB Variations
Color information
#F47DF0 (or 0xF47DF0) is known color: Violet. HEX triplet: F4, 7D and F0. RGB value is (244,125,240). Sum of RGB (Red+Green+Blue) = 244+125+240=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47DF0 is #0B820F. Grayscale: #ADADAD. Windows color (decimal): -754192 or 15760884. OLE color: 15760884.
HSL color Cylindrical-coordinate representation of color #F47DF0: hue angle of 302.02º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47DF0 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 240 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.04 |
| HSL | 302.02º | 0.84% | 0.72% | - |
| HSV(B) | 302.02º | 0.49% | 0.96% | - |
| XYZ | 60.37 | 40.19 | 87.01 | - |
| YUV | 173.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 240 | 0 | 0.49 | 0.02 | 0.04 | 302.02 | 0.84 | 0.72 |
| Hex | F4 | 7D | F0 | 0 | 31 | 2 | 4 | 12E | 54 | 48 |
| Octal | 364 | 175 | 360 | 0 | 61 | 2 | 4 | 456 | 124 | 110 |
| Binary | 11110100 | 1111101 | 11110000 | 0 | 110001 | 10 | 100 | 100101110 | 1010100 | 1001000 |
Color Harmonies of #F47DF0
Complementary color
Monochromatic Colors of #F47DF0
Black with #F47DF0
Text Example
Text Example
White with #F47DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DF0; }
p { color: rgb(244,125,240); }
H1.HeaderClassName
{
color: #F47DF0;
}
.AnyTagClassName
{
color: #F47DF0;
}
</style>
background-color css
<style>
a { background-color: #F47DF0; }
a { background-color: rgb(244,125,240); }
div.DivClassName
{
background-color: #F47DF0;
}
.BgClassName
{
background-color: #F47DF0;
}
</style>
border-color css
<style>
span { border-color: #F47DF0; }
span { border-color: rgb(244,125,240); }
td.TdClassName
{
border-color: #F47DF0;
}
.TagClassName
{
border-color: #F47DF0;
}
</style>