Shades of Violet #F171E5
Tints of Violet #F171E5
RGB
CMYK
RGB Variations
Color information
#F171E5 (or 0xF171E5) is known color: Violet. HEX triplet: F1, 71 and E5. RGB value is (241,113,229). Sum of RGB (Red+Green+Blue) = 241+113+229=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F171E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171E5 is #0E8E1A. Grayscale: #A4A4A4. Windows color (decimal): -953883 or 15036913. OLE color: 15036913.
HSL color Cylindrical-coordinate representation of color #F171E5: hue angle of 305.62º 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 #F171E5 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 229 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.05 |
| HSL | 305.63º | 0.82% | 0.69% | - |
| HSV(B) | 305.63º | 0.53% | 0.95% | - |
| XYZ | 56.32 | 36.17 | 78.14 | - |
| YUV | 164.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 229 | 0 | 0.53 | 0.05 | 0.05 | 305.63 | 0.82 | 0.69 |
| Hex | F1 | 71 | E5 | 0 | 35 | 5 | 5 | 132 | 52 | 45 |
| Octal | 361 | 161 | 345 | 0 | 65 | 5 | 5 | 462 | 122 | 105 |
| Binary | 11110001 | 1110001 | 11100101 | 0 | 110101 | 101 | 101 | 100110010 | 1010010 | 1000101 |
Color Harmonies of #F171E5
Complementary color
Monochromatic Colors of #F171E5
Black with #F171E5
Text Example
Text Example
White with #F171E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171E5; }
p { color: rgb(241,113,229); }
H1.HeaderClassName
{
color: #F171E5;
}
.AnyTagClassName
{
color: #F171E5;
}
</style>
background-color css
<style>
a { background-color: #F171E5; }
a { background-color: rgb(241,113,229); }
div.DivClassName
{
background-color: #F171E5;
}
.BgClassName
{
background-color: #F171E5;
}
</style>
border-color css
<style>
span { border-color: #F171E5; }
span { border-color: rgb(241,113,229); }
td.TdClassName
{
border-color: #F171E5;
}
.TagClassName
{
border-color: #F171E5;
}
</style>