Shades of Violet #F881F2
Tints of Violet #F881F2
RGB
CMYK
RGB Variations
Color information
#F881F2 (or 0xF881F2) is known color: Violet. HEX triplet: F8, 81 and F2. RGB value is (248,129,242). Sum of RGB (Red+Green+Blue) = 248+129+242=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F881F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F881F2 is #077E0D. Grayscale: #B1B1B1. Windows color (decimal): -491022 or 15892984. OLE color: 15892984.
HSL color Cylindrical-coordinate representation of color #F881F2: hue angle of 303.03º 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 #F881F2 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 242 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.03 |
| HSL | 303.03º | 0.89% | 0.74% | - |
| HSV(B) | 303.03º | 0.48% | 0.97% | - |
| XYZ | 62.59 | 42.07 | 88.83 | - |
| YUV | 177.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 242 | 0 | 0.48 | 0.02 | 0.03 | 303.03 | 0.89 | 0.74 |
| Hex | F8 | 81 | F2 | 0 | 30 | 2 | 3 | 12F | 59 | 4A |
| Octal | 370 | 201 | 362 | 0 | 60 | 2 | 3 | 457 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11110010 | 0 | 110000 | 10 | 11 | 100101111 | 1011001 | 1001010 |
Color Harmonies of #F881F2
Complementary color
Monochromatic Colors of #F881F2
Black with #F881F2
Text Example
Text Example
White with #F881F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881F2; }
p { color: rgb(248,129,242); }
H1.HeaderClassName
{
color: #F881F2;
}
.AnyTagClassName
{
color: #F881F2;
}
</style>
background-color css
<style>
a { background-color: #F881F2; }
a { background-color: rgb(248,129,242); }
div.DivClassName
{
background-color: #F881F2;
}
.BgClassName
{
background-color: #F881F2;
}
</style>
border-color css
<style>
span { border-color: #F881F2; }
span { border-color: rgb(248,129,242); }
td.TdClassName
{
border-color: #F881F2;
}
.TagClassName
{
border-color: #F881F2;
}
</style>