Shades of Violet #F17DF3
Tints of Violet #F17DF3
RGB
CMYK
RGB Variations
Color information
#F17DF3 (or 0xF17DF3) is known color: Violet. HEX triplet: F1, 7D and F3. RGB value is (241,125,243). Sum of RGB (Red+Green+Blue) = 241+125+243=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #F17DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DF3 is #0E820C. Grayscale: #ACACAC. Windows color (decimal): -950797 or 15957489. OLE color: 15957489.
HSL color Cylindrical-coordinate representation of color #F17DF3: hue angle of 298.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17DF3 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 243 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.05 |
| HSL | 298.98º | 0.83% | 0.72% | - |
| HSV(B) | 298.98º | 0.49% | 0.95% | - |
| XYZ | 59.79 | 39.84 | 89.33 | - |
| YUV | 173.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 243 | 0.01 | 0.49 | 0 | 0.05 | 298.98 | 0.83 | 0.72 |
| Hex | F1 | 7D | F3 | 1 | 31 | 0 | 5 | 12B | 53 | 48 |
| Octal | 361 | 175 | 363 | 1 | 61 | 0 | 5 | 453 | 123 | 110 |
| Binary | 11110001 | 1111101 | 11110011 | 1 | 110001 | 0 | 101 | 100101011 | 1010011 | 1001000 |
Color Harmonies of #F17DF3
Complementary color
Monochromatic Colors of #F17DF3
Black with #F17DF3
Text Example
Text Example
White with #F17DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DF3; }
p { color: rgb(241,125,243); }
H1.HeaderClassName
{
color: #F17DF3;
}
.AnyTagClassName
{
color: #F17DF3;
}
</style>
background-color css
<style>
a { background-color: #F17DF3; }
a { background-color: rgb(241,125,243); }
div.DivClassName
{
background-color: #F17DF3;
}
.BgClassName
{
background-color: #F17DF3;
}
</style>
border-color css
<style>
span { border-color: #F17DF3; }
span { border-color: rgb(241,125,243); }
td.TdClassName
{
border-color: #F17DF3;
}
.TagClassName
{
border-color: #F17DF3;
}
</style>