Shades of Violet #F880F2
Tints of Violet #F880F2
RGB
CMYK
RGB Variations
Color information
#F880F2 (or 0xF880F2) is known color: Violet. HEX triplet: F8, 80 and F2. RGB value is (248,128,242). Sum of RGB (Red+Green+Blue) = 248+128+242=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F880F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F880F2 is #077F0D. Grayscale: #B0B0B0. Windows color (decimal): -491278 or 15892728. OLE color: 15892728.
HSL color Cylindrical-coordinate representation of color #F880F2: hue angle of 303º degrees, saturation: 0.9, 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 #F880F2 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 242 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.03 |
| HSL | 303º | 0.9% | 0.74% | - |
| HSV(B) | 303º | 0.48% | 0.97% | - |
| XYZ | 62.46 | 41.81 | 88.78 | - |
| YUV | 176.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 242 | 0 | 0.48 | 0.02 | 0.03 | 303 | 0.9 | 0.74 |
| Hex | F8 | 80 | F2 | 0 | 30 | 2 | 3 | 12F | 5A | 4A |
| Octal | 370 | 200 | 362 | 0 | 60 | 2 | 3 | 457 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11110010 | 0 | 110000 | 10 | 11 | 100101111 | 1011010 | 1001010 |
Color Harmonies of #F880F2
Complementary color
Monochromatic Colors of #F880F2
Black with #F880F2
Text Example
Text Example
White with #F880F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880F2; }
p { color: rgb(248,128,242); }
H1.HeaderClassName
{
color: #F880F2;
}
.AnyTagClassName
{
color: #F880F2;
}
</style>
background-color css
<style>
a { background-color: #F880F2; }
a { background-color: rgb(248,128,242); }
div.DivClassName
{
background-color: #F880F2;
}
.BgClassName
{
background-color: #F880F2;
}
</style>
border-color css
<style>
span { border-color: #F880F2; }
span { border-color: rgb(248,128,242); }
td.TdClassName
{
border-color: #F880F2;
}
.TagClassName
{
border-color: #F880F2;
}
</style>