Shades of Violet #FB88F5
Tints of Violet #FB88F5
RGB
CMYK
RGB Variations
Color information
#FB88F5 (or 0xFB88F5) is known color: Violet. HEX triplet: FB, 88 and F5. RGB value is (251,136,245). Sum of RGB (Red+Green+Blue) = 251+136+245=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 136 (53.52% from 255 or 21.52% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB88F5 is #04770A. Grayscale: #B6B6B6. Windows color (decimal): -292619 or 16091387. OLE color: 16091387.
HSL color Cylindrical-coordinate representation of color #FB88F5: hue angle of 303.13º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB88F5 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 245 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.02 |
| HSL | 303.13º | 0.93% | 0.76% | - |
| HSV(B) | 303.13º | 0.46% | 0.98% | - |
| XYZ | 65.07 | 44.71 | 91.59 | - |
| YUV | 182.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 245 | 0 | 0.46 | 0.02 | 0.02 | 303.13 | 0.93 | 0.76 |
| Hex | FB | 88 | F5 | 0 | 2E | 2 | 2 | 12F | 5D | 4C |
| Octal | 373 | 210 | 365 | 0 | 56 | 2 | 2 | 457 | 135 | 114 |
| Binary | 11111011 | 10001000 | 11110101 | 0 | 101110 | 10 | 10 | 100101111 | 1011101 | 1001100 |
Color Harmonies of #FB88F5
Complementary color
Monochromatic Colors of #FB88F5
Black with #FB88F5
Text Example
Text Example
White with #FB88F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88F5; }
p { color: rgb(251,136,245); }
H1.HeaderClassName
{
color: #FB88F5;
}
.AnyTagClassName
{
color: #FB88F5;
}
</style>
background-color css
<style>
a { background-color: #FB88F5; }
a { background-color: rgb(251,136,245); }
div.DivClassName
{
background-color: #FB88F5;
}
.BgClassName
{
background-color: #FB88F5;
}
</style>
border-color css
<style>
span { border-color: #FB88F5; }
span { border-color: rgb(251,136,245); }
td.TdClassName
{
border-color: #FB88F5;
}
.TagClassName
{
border-color: #FB88F5;
}
</style>