Shades of Violet #F6A1FB
Tints of Violet #F6A1FB
RGB
CMYK
RGB Variations
Color information
#F6A1FB (or 0xF6A1FB) is known color: Violet. HEX triplet: F6, A1 and FB. RGB value is (246,161,251). Sum of RGB (Red+Green+Blue) = 246+161+251=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 161 (63.28% from 255 or 24.47% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #F6A1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A1FB is #095E04. Grayscale: #C4C4C4. Windows color (decimal): -613893 or 16490998. OLE color: 16490998.
HSL color Cylindrical-coordinate representation of color #F6A1FB: hue angle of 296.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6A1FB is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 161 | 251 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.02 |
| HSL | 296.67º | 0.92% | 0.81% | - |
| HSV(B) | 296.67º | 0.36% | 0.98% | - |
| XYZ | 68.16 | 52.05 | 97.72 | - |
| YUV | 196.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 251 | 0.02 | 0.36 | 0 | 0.02 | 296.67 | 0.92 | 0.81 |
| Hex | F6 | A1 | FB | 2 | 24 | 0 | 2 | 129 | 5C | 51 |
| Octal | 366 | 241 | 373 | 2 | 44 | 0 | 2 | 451 | 134 | 121 |
| Binary | 11110110 | 10100001 | 11111011 | 10 | 100100 | 0 | 10 | 100101001 | 1011100 | 1010001 |
Color Harmonies of #F6A1FB
Complementary color
Monochromatic Colors of #F6A1FB
Black with #F6A1FB
Text Example
Text Example
White with #F6A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1FB; }
p { color: rgb(246,161,251); }
H1.HeaderClassName
{
color: #F6A1FB;
}
.AnyTagClassName
{
color: #F6A1FB;
}
</style>
background-color css
<style>
a { background-color: #F6A1FB; }
a { background-color: rgb(246,161,251); }
div.DivClassName
{
background-color: #F6A1FB;
}
.BgClassName
{
background-color: #F6A1FB;
}
</style>
border-color css
<style>
span { border-color: #F6A1FB; }
span { border-color: rgb(246,161,251); }
td.TdClassName
{
border-color: #F6A1FB;
}
.TagClassName
{
border-color: #F6A1FB;
}
</style>