Shades of Violet #F17DEA
Tints of Violet #F17DEA
RGB
CMYK
RGB Variations
Color information
#F17DEA (or 0xF17DEA) is known color: Violet. HEX triplet: F1, 7D and EA. RGB value is (241,125,234). Sum of RGB (Red+Green+Blue) = 241+125+234=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DEA is #0E8215. Grayscale: #ABABAB. Windows color (decimal): -950806 or 15367665. OLE color: 15367665.
HSL color Cylindrical-coordinate representation of color #F17DEA: hue angle of 303.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DEA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 234 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.05 |
| HSL | 303.62º | 0.81% | 0.72% | - |
| HSV(B) | 303.62º | 0.48% | 0.95% | - |
| XYZ | 58.46 | 39.31 | 82.35 | - |
| YUV | 172.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 234 | 0 | 0.48 | 0.03 | 0.05 | 303.62 | 0.81 | 0.72 |
| Hex | F1 | 7D | EA | 0 | 30 | 3 | 5 | 130 | 51 | 48 |
| Octal | 361 | 175 | 352 | 0 | 60 | 3 | 5 | 460 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11101010 | 0 | 110000 | 11 | 101 | 100110000 | 1010001 | 1001000 |
Color Harmonies of #F17DEA
Complementary color
Monochromatic Colors of #F17DEA
Black with #F17DEA
Text Example
Text Example
White with #F17DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DEA; }
p { color: rgb(241,125,234); }
H1.HeaderClassName
{
color: #F17DEA;
}
.AnyTagClassName
{
color: #F17DEA;
}
</style>
background-color css
<style>
a { background-color: #F17DEA; }
a { background-color: rgb(241,125,234); }
div.DivClassName
{
background-color: #F17DEA;
}
.BgClassName
{
background-color: #F17DEA;
}
</style>
border-color css
<style>
span { border-color: #F17DEA; }
span { border-color: rgb(241,125,234); }
td.TdClassName
{
border-color: #F17DEA;
}
.TagClassName
{
border-color: #F17DEA;
}
</style>