Shades of Violet #F17DFB
Tints of Violet #F17DFB
RGB
CMYK
RGB Variations
Color information
#F17DFB (or 0xF17DFB) is known color: Violet. HEX triplet: F1, 7D and FB. RGB value is (241,125,251). Sum of RGB (Red+Green+Blue) = 241+125+251=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #F17DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DFB is #0E8204. Grayscale: #ADADAD. Windows color (decimal): -950789 or 16481777. OLE color: 16481777.
HSL color Cylindrical-coordinate representation of color #F17DFB: hue angle of 295.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17DFB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 125 | 251 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.02 |
| HSL | 295.24º | 0.94% | 0.74% | - |
| HSV(B) | 295.24º | 0.5% | 0.98% | - |
| XYZ | 61.02 | 40.33 | 95.84 | - |
| YUV | 174.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 251 | 0.04 | 0.50 | 0 | 0.02 | 295.24 | 0.94 | 0.74 |
| Hex | F1 | 7D | FB | 4 | 32 | 0 | 2 | 127 | 5E | 4A |
| Octal | 361 | 175 | 373 | 4 | 62 | 0 | 2 | 447 | 136 | 112 |
| Binary | 11110001 | 1111101 | 11111011 | 100 | 110010 | 0 | 10 | 100100111 | 1011110 | 1001010 |
Color Harmonies of #F17DFB
Complementary color
Monochromatic Colors of #F17DFB
Black with #F17DFB
Text Example
Text Example
White with #F17DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DFB; }
p { color: rgb(241,125,251); }
H1.HeaderClassName
{
color: #F17DFB;
}
.AnyTagClassName
{
color: #F17DFB;
}
</style>
background-color css
<style>
a { background-color: #F17DFB; }
a { background-color: rgb(241,125,251); }
div.DivClassName
{
background-color: #F17DFB;
}
.BgClassName
{
background-color: #F17DFB;
}
</style>
border-color css
<style>
span { border-color: #F17DFB; }
span { border-color: rgb(241,125,251); }
td.TdClassName
{
border-color: #F17DFB;
}
.TagClassName
{
border-color: #F17DFB;
}
</style>