Shades of Violet #F880F7
Tints of Violet #F880F7
RGB
CMYK
RGB Variations
Color information
#F880F7 (or 0xF880F7) is known color: Violet. HEX triplet: F8, 80 and F7. RGB value is (248,128,247). Sum of RGB (Red+Green+Blue) = 248+128+247=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F880F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F880F7 is #077F08. Grayscale: #B1B1B1. Windows color (decimal): -491273 or 16220408. OLE color: 16220408.
HSL color Cylindrical-coordinate representation of color #F880F7: hue angle of 300.5º 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 #F880F7 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 247 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.03 |
| HSL | 300.5º | 0.9% | 0.74% | - |
| HSV(B) | 300.5º | 0.48% | 0.97% | - |
| XYZ | 63.22 | 42.11 | 92.79 | - |
| YUV | 177.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 247 | 0 | 0.48 | 0.00 | 0.03 | 300.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | F7 | 0 | 30 | 0 | 3 | 12C | 5A | 4A |
| Octal | 370 | 200 | 367 | 0 | 60 | 0 | 3 | 454 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11110111 | 0 | 110000 | 0 | 11 | 100101100 | 1011010 | 1001010 |
Color Harmonies of #F880F7
Complementary color
Monochromatic Colors of #F880F7
Black with #F880F7
Text Example
Text Example
White with #F880F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880F7; }
p { color: rgb(248,128,247); }
H1.HeaderClassName
{
color: #F880F7;
}
.AnyTagClassName
{
color: #F880F7;
}
</style>
background-color css
<style>
a { background-color: #F880F7; }
a { background-color: rgb(248,128,247); }
div.DivClassName
{
background-color: #F880F7;
}
.BgClassName
{
background-color: #F880F7;
}
</style>
border-color css
<style>
span { border-color: #F880F7; }
span { border-color: rgb(248,128,247); }
td.TdClassName
{
border-color: #F880F7;
}
.TagClassName
{
border-color: #F880F7;
}
</style>