Shades of Violet #F07BF4
Tints of Violet #F07BF4
RGB
CMYK
RGB Variations
Color information
#F07BF4 (or 0xF07BF4) is known color: Violet. HEX triplet: F0, 7B and F4. RGB value is (240,123,244). Sum of RGB (Red+Green+Blue) = 240+123+244=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 123 (48.44% from 255 or 20.26% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #F07BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BF4 is #0F840B. Grayscale: #ABABAB. Windows color (decimal): -1016844 or 16022512. OLE color: 16022512.
HSL color Cylindrical-coordinate representation of color #F07BF4: hue angle of 298.02º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07BF4 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 123 | 244 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.04 |
| HSL | 298.02º | 0.85% | 0.72% | - |
| HSV(B) | 298.02º | 0.5% | 0.96% | - |
| XYZ | 59.35 | 39.22 | 90.03 | - |
| YUV | 171.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 244 | 0.02 | 0.50 | 0 | 0.04 | 298.02 | 0.85 | 0.72 |
| Hex | F0 | 7B | F4 | 2 | 32 | 0 | 4 | 12A | 55 | 48 |
| Octal | 360 | 173 | 364 | 2 | 62 | 0 | 4 | 452 | 125 | 110 |
| Binary | 11110000 | 1111011 | 11110100 | 10 | 110010 | 0 | 100 | 100101010 | 1010101 | 1001000 |
Color Harmonies of #F07BF4
Complementary color
Monochromatic Colors of #F07BF4
Black with #F07BF4
Text Example
Text Example
White with #F07BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BF4; }
p { color: rgb(240,123,244); }
H1.HeaderClassName
{
color: #F07BF4;
}
.AnyTagClassName
{
color: #F07BF4;
}
</style>
background-color css
<style>
a { background-color: #F07BF4; }
a { background-color: rgb(240,123,244); }
div.DivClassName
{
background-color: #F07BF4;
}
.BgClassName
{
background-color: #F07BF4;
}
</style>
border-color css
<style>
span { border-color: #F07BF4; }
span { border-color: rgb(240,123,244); }
td.TdClassName
{
border-color: #F07BF4;
}
.TagClassName
{
border-color: #F07BF4;
}
</style>