Shades of Violet #F17DF2
Tints of Violet #F17DF2
RGB
CMYK
RGB Variations
Color information
#F17DF2 (or 0xF17DF2) is known color: Violet. HEX triplet: F1, 7D and F2. RGB value is (241,125,242). Sum of RGB (Red+Green+Blue) = 241+125+242=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #F17DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DF2 is #0E820D. Grayscale: #ACACAC. Windows color (decimal): -950798 or 15891953. OLE color: 15891953.
HSL color Cylindrical-coordinate representation of color #F17DF2: hue angle of 299.49º degrees, saturation: 0.82, 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 #F17DF2 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 242 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.05 |
| HSL | 299.49º | 0.82% | 0.72% | - |
| HSV(B) | 299.49º | 0.48% | 0.95% | - |
| XYZ | 59.64 | 39.78 | 88.54 | - |
| YUV | 173.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 242 | 0.00 | 0.48 | 0 | 0.05 | 299.49 | 0.82 | 0.72 |
| Hex | F1 | 7D | F2 | 0 | 30 | 0 | 5 | 12B | 52 | 48 |
| Octal | 361 | 175 | 362 | 0 | 60 | 0 | 5 | 453 | 122 | 110 |
| Binary | 11110001 | 1111101 | 11110010 | 0 | 110000 | 0 | 101 | 100101011 | 1010010 | 1001000 |
Color Harmonies of #F17DF2
Complementary color
Monochromatic Colors of #F17DF2
Black with #F17DF2
Text Example
Text Example
White with #F17DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DF2; }
p { color: rgb(241,125,242); }
H1.HeaderClassName
{
color: #F17DF2;
}
.AnyTagClassName
{
color: #F17DF2;
}
</style>
background-color css
<style>
a { background-color: #F17DF2; }
a { background-color: rgb(241,125,242); }
div.DivClassName
{
background-color: #F17DF2;
}
.BgClassName
{
background-color: #F17DF2;
}
</style>
border-color css
<style>
span { border-color: #F17DF2; }
span { border-color: rgb(241,125,242); }
td.TdClassName
{
border-color: #F17DF2;
}
.TagClassName
{
border-color: #F17DF2;
}
</style>