Shades of Violet #FB8CF5
Tints of Violet #FB8CF5
RGB
CMYK
RGB Variations
Color information
#FB8CF5 (or 0xFB8CF5) is known color: Violet. HEX triplet: FB, 8C and F5. RGB value is (251,140,245). Sum of RGB (Red+Green+Blue) = 251+140+245=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 140 (55.08% from 255 or 22.01% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8CF5 is #04730A. Grayscale: #B8B8B8. Windows color (decimal): -291595 or 16092411. OLE color: 16092411.
HSL color Cylindrical-coordinate representation of color #FB8CF5: hue angle of 303.24º 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 #FB8CF5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 245 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.02 |
| HSL | 303.24º | 0.93% | 0.77% | - |
| HSV(B) | 303.24º | 0.44% | 0.98% | - |
| XYZ | 65.64 | 45.86 | 91.78 | - |
| YUV | 185.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 245 | 0 | 0.44 | 0.02 | 0.02 | 303.24 | 0.93 | 0.77 |
| Hex | FB | 8C | F5 | 0 | 2C | 2 | 2 | 12F | 5D | 4D |
| Octal | 373 | 214 | 365 | 0 | 54 | 2 | 2 | 457 | 135 | 115 |
| Binary | 11111011 | 10001100 | 11110101 | 0 | 101100 | 10 | 10 | 100101111 | 1011101 | 1001101 |
Color Harmonies of #FB8CF5
Complementary color
Monochromatic Colors of #FB8CF5
Black with #FB8CF5
Text Example
Text Example
White with #FB8CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8CF5; }
p { color: rgb(251,140,245); }
H1.HeaderClassName
{
color: #FB8CF5;
}
.AnyTagClassName
{
color: #FB8CF5;
}
</style>
background-color css
<style>
a { background-color: #FB8CF5; }
a { background-color: rgb(251,140,245); }
div.DivClassName
{
background-color: #FB8CF5;
}
.BgClassName
{
background-color: #FB8CF5;
}
</style>
border-color css
<style>
span { border-color: #FB8CF5; }
span { border-color: rgb(251,140,245); }
td.TdClassName
{
border-color: #FB8CF5;
}
.TagClassName
{
border-color: #FB8CF5;
}
</style>