Shades of Violet #F08CFB
Tints of Violet #F08CFB
RGB
CMYK
RGB Variations
Color information
#F08CFB (or 0xF08CFB) is known color: Violet. HEX triplet: F0, 8C and FB. RGB value is (240,140,251). Sum of RGB (Red+Green+Blue) = 240+140+251=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #F08CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CFB is #0F7304. Grayscale: #B6B6B6. Windows color (decimal): -1012485 or 16485616. OLE color: 16485616.
HSL color Cylindrical-coordinate representation of color #F08CFB: hue angle of 294.05º 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 #F08CFB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 140 | 251 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 294.05º | 0.93% | 0.77% | - |
| HSV(B) | 294.05º | 0.44% | 0.98% | - |
| XYZ | 62.73 | 44.25 | 96.5 | - |
| YUV | 182.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 251 | 0.04 | 0.44 | 0 | 0.02 | 294.05 | 0.93 | 0.77 |
| Hex | F0 | 8C | FB | 4 | 2C | 0 | 2 | 126 | 5D | 4D |
| Octal | 360 | 214 | 373 | 4 | 54 | 0 | 2 | 446 | 135 | 115 |
| Binary | 11110000 | 10001100 | 11111011 | 100 | 101100 | 0 | 10 | 100100110 | 1011101 | 1001101 |
Color Harmonies of #F08CFB
Complementary color
Monochromatic Colors of #F08CFB
Black with #F08CFB
Text Example
Text Example
White with #F08CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CFB; }
p { color: rgb(240,140,251); }
H1.HeaderClassName
{
color: #F08CFB;
}
.AnyTagClassName
{
color: #F08CFB;
}
</style>
background-color css
<style>
a { background-color: #F08CFB; }
a { background-color: rgb(240,140,251); }
div.DivClassName
{
background-color: #F08CFB;
}
.BgClassName
{
background-color: #F08CFB;
}
</style>
border-color css
<style>
span { border-color: #F08CFB; }
span { border-color: rgb(240,140,251); }
td.TdClassName
{
border-color: #F08CFB;
}
.TagClassName
{
border-color: #F08CFB;
}
</style>