Shades of Violet #F88BF5
Tints of Violet #F88BF5
RGB
CMYK
RGB Variations
Color information
#F88BF5 (or 0xF88BF5) is known color: Violet. HEX triplet: F8, 8B and F5. RGB value is (248,139,245). Sum of RGB (Red+Green+Blue) = 248+139+245=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 139 (54.69% from 255 or 21.99% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88BF5 is #07740A. Grayscale: #B7B7B7. Windows color (decimal): -488459 or 16092152. OLE color: 16092152.
HSL color Cylindrical-coordinate representation of color #F88BF5: hue angle of 301.65º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88BF5 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 245 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.03 |
| HSL | 301.65º | 0.89% | 0.76% | - |
| HSV(B) | 301.65º | 0.44% | 0.97% | - |
| XYZ | 64.43 | 45.01 | 91.68 | - |
| YUV | 183.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 245 | 0 | 0.44 | 0.01 | 0.03 | 301.65 | 0.89 | 0.76 |
| Hex | F8 | 8B | F5 | 0 | 2C | 1 | 3 | 12E | 59 | 4C |
| Octal | 370 | 213 | 365 | 0 | 54 | 1 | 3 | 456 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11110101 | 0 | 101100 | 1 | 11 | 100101110 | 1011001 | 1001100 |
Color Harmonies of #F88BF5
Complementary color
Monochromatic Colors of #F88BF5
Black with #F88BF5
Text Example
Text Example
White with #F88BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BF5; }
p { color: rgb(248,139,245); }
H1.HeaderClassName
{
color: #F88BF5;
}
.AnyTagClassName
{
color: #F88BF5;
}
</style>
background-color css
<style>
a { background-color: #F88BF5; }
a { background-color: rgb(248,139,245); }
div.DivClassName
{
background-color: #F88BF5;
}
.BgClassName
{
background-color: #F88BF5;
}
</style>
border-color css
<style>
span { border-color: #F88BF5; }
span { border-color: rgb(248,139,245); }
td.TdClassName
{
border-color: #F88BF5;
}
.TagClassName
{
border-color: #F88BF5;
}
</style>