Shades of Violet #F080FB
Tints of Violet #F080FB
RGB
CMYK
RGB Variations
Color information
#F080FB (or 0xF080FB) is known color: Violet. HEX triplet: F0, 80 and FB. RGB value is (240,128,251). Sum of RGB (Red+Green+Blue) = 240+128+251=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #F080FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F080FB is #0F7F04. Grayscale: #AFAFAF. Windows color (decimal): -1015557 or 16482544. OLE color: 16482544.
HSL color Cylindrical-coordinate representation of color #F080FB: hue angle of 294.63º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F080FB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 128 | 251 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.02 |
| HSL | 294.63º | 0.94% | 0.74% | - |
| HSV(B) | 294.63º | 0.49% | 0.98% | - |
| XYZ | 61.07 | 40.93 | 95.95 | - |
| YUV | 175.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 251 | 0.04 | 0.49 | 0 | 0.02 | 294.63 | 0.94 | 0.74 |
| Hex | F0 | 80 | FB | 4 | 31 | 0 | 2 | 127 | 5E | 4A |
| Octal | 360 | 200 | 373 | 4 | 61 | 0 | 2 | 447 | 136 | 112 |
| Binary | 11110000 | 10000000 | 11111011 | 100 | 110001 | 0 | 10 | 100100111 | 1011110 | 1001010 |
Color Harmonies of #F080FB
Complementary color
Monochromatic Colors of #F080FB
Black with #F080FB
Text Example
Text Example
White with #F080FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080FB; }
p { color: rgb(240,128,251); }
H1.HeaderClassName
{
color: #F080FB;
}
.AnyTagClassName
{
color: #F080FB;
}
</style>
background-color css
<style>
a { background-color: #F080FB; }
a { background-color: rgb(240,128,251); }
div.DivClassName
{
background-color: #F080FB;
}
.BgClassName
{
background-color: #F080FB;
}
</style>
border-color css
<style>
span { border-color: #F080FB; }
span { border-color: rgb(240,128,251); }
td.TdClassName
{
border-color: #F080FB;
}
.TagClassName
{
border-color: #F080FB;
}
</style>