Shades of Violet #FB80F2
Tints of Violet #FB80F2
RGB
CMYK
RGB Variations
Color information
#FB80F2 (or 0xFB80F2) is known color: Violet. HEX triplet: FB, 80 and F2. RGB value is (251,128,242). Sum of RGB (Red+Green+Blue) = 251+128+242=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80F2 is #047F0D. Grayscale: #B1B1B1. Windows color (decimal): -294670 or 15892731. OLE color: 15892731.
HSL color Cylindrical-coordinate representation of color #FB80F2: hue angle of 304.39º 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 #FB80F2 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 242 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.02 |
| HSL | 304.39º | 0.94% | 0.74% | - |
| HSV(B) | 304.39º | 0.49% | 0.98% | - |
| XYZ | 63.53 | 42.36 | 88.83 | - |
| YUV | 177.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 242 | 0 | 0.49 | 0.04 | 0.02 | 304.39 | 0.94 | 0.74 |
| Hex | FB | 80 | F2 | 0 | 31 | 4 | 2 | 130 | 5E | 4A |
| Octal | 373 | 200 | 362 | 0 | 61 | 4 | 2 | 460 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11110010 | 0 | 110001 | 100 | 10 | 100110000 | 1011110 | 1001010 |
Color Harmonies of #FB80F2
Complementary color
Monochromatic Colors of #FB80F2
Black with #FB80F2
Text Example
Text Example
White with #FB80F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80F2; }
p { color: rgb(251,128,242); }
H1.HeaderClassName
{
color: #FB80F2;
}
.AnyTagClassName
{
color: #FB80F2;
}
</style>
background-color css
<style>
a { background-color: #FB80F2; }
a { background-color: rgb(251,128,242); }
div.DivClassName
{
background-color: #FB80F2;
}
.BgClassName
{
background-color: #FB80F2;
}
</style>
border-color css
<style>
span { border-color: #FB80F2; }
span { border-color: rgb(251,128,242); }
td.TdClassName
{
border-color: #FB80F2;
}
.TagClassName
{
border-color: #FB80F2;
}
</style>