Shades of Violet #F171ED
Tints of Violet #F171ED
RGB
CMYK
RGB Variations
Color information
#F171ED (or 0xF171ED) is known color: Violet. HEX triplet: F1, 71 and ED. RGB value is (241,113,237). Sum of RGB (Red+Green+Blue) = 241+113+237=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 113 (44.53% from 255 or 19.12% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F171ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F171ED is #0E8E12. Grayscale: #A5A5A5. Windows color (decimal): -953875 or 15561201. OLE color: 15561201.
HSL color Cylindrical-coordinate representation of color #F171ED: hue angle of 301.88º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171ED is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 237 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.05 |
| HSL | 301.88º | 0.82% | 0.69% | - |
| HSV(B) | 301.88º | 0.53% | 0.95% | - |
| XYZ | 57.47 | 36.63 | 84.16 | - |
| YUV | 165.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 237 | 0 | 0.53 | 0.02 | 0.05 | 301.88 | 0.82 | 0.69 |
| Hex | F1 | 71 | ED | 0 | 35 | 2 | 5 | 12E | 52 | 45 |
| Octal | 361 | 161 | 355 | 0 | 65 | 2 | 5 | 456 | 122 | 105 |
| Binary | 11110001 | 1110001 | 11101101 | 0 | 110101 | 10 | 101 | 100101110 | 1010010 | 1000101 |
Color Harmonies of #F171ED
Complementary color
Monochromatic Colors of #F171ED
Black with #F171ED
Text Example
Text Example
White with #F171ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171ED; }
p { color: rgb(241,113,237); }
H1.HeaderClassName
{
color: #F171ED;
}
.AnyTagClassName
{
color: #F171ED;
}
</style>
background-color css
<style>
a { background-color: #F171ED; }
a { background-color: rgb(241,113,237); }
div.DivClassName
{
background-color: #F171ED;
}
.BgClassName
{
background-color: #F171ED;
}
</style>
border-color css
<style>
span { border-color: #F171ED; }
span { border-color: rgb(241,113,237); }
td.TdClassName
{
border-color: #F171ED;
}
.TagClassName
{
border-color: #F171ED;
}
</style>