Shades of Violet #F08BF8
Tints of Violet #F08BF8
RGB
CMYK
RGB Variations
Color information
#F08BF8 (or 0xF08BF8) is known color: Violet. HEX triplet: F0, 8B and F8. RGB value is (240,139,248). Sum of RGB (Red+Green+Blue) = 240+139+248=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 139 (54.69% from 255 or 22.17% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #F08BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08BF8 is #0F7407. Grayscale: #B5B5B5. Windows color (decimal): -1012744 or 16288752. OLE color: 16288752.
HSL color Cylindrical-coordinate representation of color #F08BF8: hue angle of 295.6º 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 #F08BF8 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 139 | 248 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.03 |
| HSL | 295.6º | 0.89% | 0.76% | - |
| HSV(B) | 295.6º | 0.44% | 0.97% | - |
| XYZ | 62.11 | 43.77 | 93.98 | - |
| YUV | 181.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 248 | 0.03 | 0.44 | 0 | 0.03 | 295.6 | 0.89 | 0.76 |
| Hex | F0 | 8B | F8 | 3 | 2C | 0 | 3 | 128 | 59 | 4C |
| Octal | 360 | 213 | 370 | 3 | 54 | 0 | 3 | 450 | 131 | 114 |
| Binary | 11110000 | 10001011 | 11111000 | 11 | 101100 | 0 | 11 | 100101000 | 1011001 | 1001100 |
Color Harmonies of #F08BF8
Complementary color
Monochromatic Colors of #F08BF8
Black with #F08BF8
Text Example
Text Example
White with #F08BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BF8; }
p { color: rgb(240,139,248); }
H1.HeaderClassName
{
color: #F08BF8;
}
.AnyTagClassName
{
color: #F08BF8;
}
</style>
background-color css
<style>
a { background-color: #F08BF8; }
a { background-color: rgb(240,139,248); }
div.DivClassName
{
background-color: #F08BF8;
}
.BgClassName
{
background-color: #F08BF8;
}
</style>
border-color css
<style>
span { border-color: #F08BF8; }
span { border-color: rgb(240,139,248); }
td.TdClassName
{
border-color: #F08BF8;
}
.TagClassName
{
border-color: #F08BF8;
}
</style>