Shades of Violet #F881F6
Tints of Violet #F881F6
RGB
CMYK
RGB Variations
Color information
#F881F6 (or 0xF881F6) is known color: Violet. HEX triplet: F8, 81 and F6. RGB value is (248,129,246). Sum of RGB (Red+Green+Blue) = 248+129+246=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 129 (50.78% from 255 or 20.71% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F881F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881F6 is #077E09. Grayscale: #B1B1B1. Windows color (decimal): -491018 or 16155128. OLE color: 16155128.
HSL color Cylindrical-coordinate representation of color #F881F6: hue angle of 301.01º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881F6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 246 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.03 |
| HSL | 301.01º | 0.89% | 0.74% | - |
| HSV(B) | 301.01º | 0.48% | 0.97% | - |
| XYZ | 63.2 | 42.31 | 92.02 | - |
| YUV | 177.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 246 | 0 | 0.48 | 0.01 | 0.03 | 301.01 | 0.89 | 0.74 |
| Hex | F8 | 81 | F6 | 0 | 30 | 1 | 3 | 12D | 59 | 4A |
| Octal | 370 | 201 | 366 | 0 | 60 | 1 | 3 | 455 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11110110 | 0 | 110000 | 1 | 11 | 100101101 | 1011001 | 1001010 |
Color Harmonies of #F881F6
Complementary color
Monochromatic Colors of #F881F6
Black with #F881F6
Text Example
Text Example
White with #F881F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881F6; }
p { color: rgb(248,129,246); }
H1.HeaderClassName
{
color: #F881F6;
}
.AnyTagClassName
{
color: #F881F6;
}
</style>
background-color css
<style>
a { background-color: #F881F6; }
a { background-color: rgb(248,129,246); }
div.DivClassName
{
background-color: #F881F6;
}
.BgClassName
{
background-color: #F881F6;
}
</style>
border-color css
<style>
span { border-color: #F881F6; }
span { border-color: rgb(248,129,246); }
td.TdClassName
{
border-color: #F881F6;
}
.TagClassName
{
border-color: #F881F6;
}
</style>