Shades of Violet #F07FF8
Tints of Violet #F07FF8
RGB
CMYK
RGB Variations
Color information
#F07FF8 (or 0xF07FF8) is known color: Violet. HEX triplet: F0, 7F and F8. RGB value is (240,127,248). Sum of RGB (Red+Green+Blue) = 240+127+248=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #F07FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FF8 is #0F8007. Grayscale: #AEAEAE. Windows color (decimal): -1015816 or 16285680. OLE color: 16285680.
HSL color Cylindrical-coordinate representation of color #F07FF8: hue angle of 296.03º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07FF8 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 127 | 248 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.03 |
| HSL | 296.03º | 0.9% | 0.74% | - |
| HSV(B) | 296.03º | 0.49% | 0.97% | - |
| XYZ | 60.47 | 40.48 | 93.43 | - |
| YUV | 174.58 | 169.44 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 248 | 0.03 | 0.49 | 0 | 0.03 | 296.03 | 0.9 | 0.74 |
| Hex | F0 | 7F | F8 | 3 | 31 | 0 | 3 | 128 | 5A | 4A |
| Octal | 360 | 177 | 370 | 3 | 61 | 0 | 3 | 450 | 132 | 112 |
| Binary | 11110000 | 1111111 | 11111000 | 11 | 110001 | 0 | 11 | 100101000 | 1011010 | 1001010 |
Color Harmonies of #F07FF8
Complementary color
Monochromatic Colors of #F07FF8
Black with #F07FF8
Text Example
Text Example
White with #F07FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FF8; }
p { color: rgb(240,127,248); }
H1.HeaderClassName
{
color: #F07FF8;
}
.AnyTagClassName
{
color: #F07FF8;
}
</style>
background-color css
<style>
a { background-color: #F07FF8; }
a { background-color: rgb(240,127,248); }
div.DivClassName
{
background-color: #F07FF8;
}
.BgClassName
{
background-color: #F07FF8;
}
</style>
border-color css
<style>
span { border-color: #F07FF8; }
span { border-color: rgb(240,127,248); }
td.TdClassName
{
border-color: #F07FF8;
}
.TagClassName
{
border-color: #F07FF8;
}
</style>