Shades of Violet #F07FF2
Tints of Violet #F07FF2
RGB
CMYK
RGB Variations
Color information
#F07FF2 (or 0xF07FF2) is known color: Violet. HEX triplet: F0, 7F and F2. RGB value is (240,127,242). Sum of RGB (Red+Green+Blue) = 240+127+242=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 127 (50% from 255 or 20.85% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #F07FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07FF2 is #0F800D. Grayscale: #ADADAD. Windows color (decimal): -1015822 or 15892464. OLE color: 15892464.
HSL color Cylindrical-coordinate representation of color #F07FF2: hue angle of 298.96º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07FF2 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 127 | 242 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.05 |
| HSL | 298.96º | 0.82% | 0.72% | - |
| HSV(B) | 298.96º | 0.48% | 0.95% | - |
| XYZ | 59.55 | 40.11 | 88.61 | - |
| YUV | 173.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 242 | 0.01 | 0.48 | 0 | 0.05 | 298.96 | 0.82 | 0.72 |
| Hex | F0 | 7F | F2 | 1 | 30 | 0 | 5 | 12B | 52 | 48 |
| Octal | 360 | 177 | 362 | 1 | 60 | 0 | 5 | 453 | 122 | 110 |
| Binary | 11110000 | 1111111 | 11110010 | 1 | 110000 | 0 | 101 | 100101011 | 1010010 | 1001000 |
Color Harmonies of #F07FF2
Complementary color
Monochromatic Colors of #F07FF2
Black with #F07FF2
Text Example
Text Example
White with #F07FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FF2; }
p { color: rgb(240,127,242); }
H1.HeaderClassName
{
color: #F07FF2;
}
.AnyTagClassName
{
color: #F07FF2;
}
</style>
background-color css
<style>
a { background-color: #F07FF2; }
a { background-color: rgb(240,127,242); }
div.DivClassName
{
background-color: #F07FF2;
}
.BgClassName
{
background-color: #F07FF2;
}
</style>
border-color css
<style>
span { border-color: #F07FF2; }
span { border-color: rgb(240,127,242); }
td.TdClassName
{
border-color: #F07FF2;
}
.TagClassName
{
border-color: #F07FF2;
}
</style>