Shades of Violet #F07BF8
Tints of Violet #F07BF8
RGB
CMYK
RGB Variations
Color information
#F07BF8 (or 0xF07BF8) is known color: Violet. HEX triplet: F0, 7B and F8. RGB value is (240,123,248). Sum of RGB (Red+Green+Blue) = 240+123+248=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 123 (48.44% from 255 or 20.13% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #F07BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07BF8 is #0F8407. Grayscale: #ABABAB. Windows color (decimal): -1016840 or 16284656. OLE color: 16284656.
HSL color Cylindrical-coordinate representation of color #F07BF8: hue angle of 296.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07BF8 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 123 | 248 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.03 |
| HSL | 296.16º | 0.9% | 0.73% | - |
| HSV(B) | 296.16º | 0.5% | 0.97% | - |
| XYZ | 59.96 | 39.47 | 93.26 | - |
| YUV | 172.23 | 170.76 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 248 | 0.03 | 0.50 | 0 | 0.03 | 296.16 | 0.9 | 0.73 |
| Hex | F0 | 7B | F8 | 3 | 32 | 0 | 3 | 128 | 5A | 49 |
| Octal | 360 | 173 | 370 | 3 | 62 | 0 | 3 | 450 | 132 | 111 |
| Binary | 11110000 | 1111011 | 11111000 | 11 | 110010 | 0 | 11 | 100101000 | 1011010 | 1001001 |
Color Harmonies of #F07BF8
Complementary color
Monochromatic Colors of #F07BF8
Black with #F07BF8
Text Example
Text Example
White with #F07BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BF8; }
p { color: rgb(240,123,248); }
H1.HeaderClassName
{
color: #F07BF8;
}
.AnyTagClassName
{
color: #F07BF8;
}
</style>
background-color css
<style>
a { background-color: #F07BF8; }
a { background-color: rgb(240,123,248); }
div.DivClassName
{
background-color: #F07BF8;
}
.BgClassName
{
background-color: #F07BF8;
}
</style>
border-color css
<style>
span { border-color: #F07BF8; }
span { border-color: rgb(240,123,248); }
td.TdClassName
{
border-color: #F07BF8;
}
.TagClassName
{
border-color: #F07BF8;
}
</style>