Shades of Violet #F07CFB
Tints of Violet #F07CFB
RGB
CMYK
RGB Variations
Color information
#F07CFB (or 0xF07CFB) is known color: Violet. HEX triplet: F0, 7C and FB. RGB value is (240,124,251). Sum of RGB (Red+Green+Blue) = 240+124+251=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #F07CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07CFB is #0F8304. Grayscale: #ACACAC. Windows color (decimal): -1016581 or 16481520. OLE color: 16481520.
HSL color Cylindrical-coordinate representation of color #F07CFB: hue angle of 294.8º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F07CFB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 124 | 251 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.02 |
| HSL | 294.8º | 0.94% | 0.74% | - |
| HSV(B) | 294.8º | 0.51% | 0.98% | - |
| XYZ | 60.56 | 39.91 | 95.78 | - |
| YUV | 173.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 251 | 0.04 | 0.51 | 0 | 0.02 | 294.8 | 0.94 | 0.74 |
| Hex | F0 | 7C | FB | 4 | 33 | 0 | 2 | 127 | 5E | 4A |
| Octal | 360 | 174 | 373 | 4 | 63 | 0 | 2 | 447 | 136 | 112 |
| Binary | 11110000 | 1111100 | 11111011 | 100 | 110011 | 0 | 10 | 100100111 | 1011110 | 1001010 |
Color Harmonies of #F07CFB
Complementary color
Monochromatic Colors of #F07CFB
Black with #F07CFB
Text Example
Text Example
White with #F07CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CFB; }
p { color: rgb(240,124,251); }
H1.HeaderClassName
{
color: #F07CFB;
}
.AnyTagClassName
{
color: #F07CFB;
}
</style>
background-color css
<style>
a { background-color: #F07CFB; }
a { background-color: rgb(240,124,251); }
div.DivClassName
{
background-color: #F07CFB;
}
.BgClassName
{
background-color: #F07CFB;
}
</style>
border-color css
<style>
span { border-color: #F07CFB; }
span { border-color: rgb(240,124,251); }
td.TdClassName
{
border-color: #F07CFB;
}
.TagClassName
{
border-color: #F07CFB;
}
</style>