Shades of Violet #FB8CF6
Tints of Violet #FB8CF6
RGB
CMYK
RGB Variations
Color information
#FB8CF6 (or 0xFB8CF6) is known color: Violet. HEX triplet: FB, 8C and F6. RGB value is (251,140,246). Sum of RGB (Red+Green+Blue) = 251+140+246=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CF6 is #047309. Grayscale: #B8B8B8. Windows color (decimal): -291594 or 16157947. OLE color: 16157947.
HSL color Cylindrical-coordinate representation of color #FB8CF6: hue angle of 302.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CF6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 246 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.02 |
| HSL | 302.7º | 0.93% | 0.77% | - |
| HSV(B) | 302.7º | 0.44% | 0.98% | - |
| XYZ | 65.8 | 45.92 | 92.58 | - |
| YUV | 185.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 246 | 0 | 0.44 | 0.02 | 0.02 | 302.7 | 0.93 | 0.77 |
| Hex | FB | 8C | F6 | 0 | 2C | 2 | 2 | 12F | 5D | 4D |
| Octal | 373 | 214 | 366 | 0 | 54 | 2 | 2 | 457 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11110110 | 0 | 101100 | 10 | 10 | 100101111 | 1011101 | 1001101 |
Color Harmonies of #FB8CF6
Complementary color
Monochromatic Colors of #FB8CF6
Black with #FB8CF6
Text Example
Text Example
White with #FB8CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CF6; }
p { color: rgb(251,140,246); }
H1.HeaderClassName
{
color: #FB8CF6;
}
.AnyTagClassName
{
color: #FB8CF6;
}
</style>
background-color css
<style>
a { background-color: #FB8CF6; }
a { background-color: rgb(251,140,246); }
div.DivClassName
{
background-color: #FB8CF6;
}
.BgClassName
{
background-color: #FB8CF6;
}
</style>
border-color css
<style>
span { border-color: #FB8CF6; }
span { border-color: rgb(251,140,246); }
td.TdClassName
{
border-color: #FB8CF6;
}
.TagClassName
{
border-color: #FB8CF6;
}
</style>