Shades of Violet #F17FFB
Tints of Violet #F17FFB
RGB
CMYK
RGB Variations
Color information
#F17FFB (or 0xF17FFB) is known color: Violet. HEX triplet: F1, 7F and FB. RGB value is (241,127,251). Sum of RGB (Red+Green+Blue) = 241+127+251=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #F17FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FFB is #0E8004. Grayscale: #AEAEAE. Windows color (decimal): -950277 or 16482289. OLE color: 16482289.
HSL color Cylindrical-coordinate representation of color #F17FFB: hue angle of 295.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17FFB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 127 | 251 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.02 |
| HSL | 295.16º | 0.94% | 0.74% | - |
| HSV(B) | 295.16º | 0.49% | 0.98% | - |
| XYZ | 61.28 | 40.84 | 95.92 | - |
| YUV | 175.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 251 | 0.04 | 0.49 | 0 | 0.02 | 295.16 | 0.94 | 0.74 |
| Hex | F1 | 7F | FB | 4 | 31 | 0 | 2 | 127 | 5E | 4A |
| Octal | 361 | 177 | 373 | 4 | 61 | 0 | 2 | 447 | 136 | 112 |
| Binary | 11110001 | 1111111 | 11111011 | 100 | 110001 | 0 | 10 | 100100111 | 1011110 | 1001010 |
Color Harmonies of #F17FFB
Complementary color
Monochromatic Colors of #F17FFB
Black with #F17FFB
Text Example
Text Example
White with #F17FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FFB; }
p { color: rgb(241,127,251); }
H1.HeaderClassName
{
color: #F17FFB;
}
.AnyTagClassName
{
color: #F17FFB;
}
</style>
background-color css
<style>
a { background-color: #F17FFB; }
a { background-color: rgb(241,127,251); }
div.DivClassName
{
background-color: #F17FFB;
}
.BgClassName
{
background-color: #F17FFB;
}
</style>
border-color css
<style>
span { border-color: #F17FFB; }
span { border-color: rgb(241,127,251); }
td.TdClassName
{
border-color: #F17FFB;
}
.TagClassName
{
border-color: #F17FFB;
}
</style>