Shades of Violet #F172E5
Tints of Violet #F172E5
RGB
CMYK
RGB Variations
Color information
#F172E5 (or 0xF172E5) is known color: Violet. HEX triplet: F1, 72 and E5. RGB value is (241,114,229). Sum of RGB (Red+Green+Blue) = 241+114+229=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172E5 is #0E8D1A. Grayscale: #A4A4A4. Windows color (decimal): -953627 or 15037169. OLE color: 15037169.
HSL color Cylindrical-coordinate representation of color #F172E5: hue angle of 305.67º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172E5 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 229 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.05 |
| HSL | 305.67º | 0.82% | 0.7% | - |
| HSV(B) | 305.67º | 0.53% | 0.95% | - |
| XYZ | 56.44 | 36.39 | 78.18 | - |
| YUV | 165.08 | 164.08 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 229 | 0 | 0.53 | 0.05 | 0.05 | 305.67 | 0.82 | 0.7 |
| Hex | F1 | 72 | E5 | 0 | 35 | 5 | 5 | 132 | 52 | 46 |
| Octal | 361 | 162 | 345 | 0 | 65 | 5 | 5 | 462 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11100101 | 0 | 110101 | 101 | 101 | 100110010 | 1010010 | 1000110 |
Color Harmonies of #F172E5
Complementary color
Monochromatic Colors of #F172E5
Black with #F172E5
Text Example
Text Example
White with #F172E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172E5; }
p { color: rgb(241,114,229); }
H1.HeaderClassName
{
color: #F172E5;
}
.AnyTagClassName
{
color: #F172E5;
}
</style>
background-color css
<style>
a { background-color: #F172E5; }
a { background-color: rgb(241,114,229); }
div.DivClassName
{
background-color: #F172E5;
}
.BgClassName
{
background-color: #F172E5;
}
</style>
border-color css
<style>
span { border-color: #F172E5; }
span { border-color: rgb(241,114,229); }
td.TdClassName
{
border-color: #F172E5;
}
.TagClassName
{
border-color: #F172E5;
}
</style>