Shades of Violet #F06FE3
Tints of Violet #F06FE3
RGB
CMYK
RGB Variations
Color information
#F06FE3 (or 0xF06FE3) is known color: Violet. HEX triplet: F0, 6F and E3. RGB value is (240,111,227). Sum of RGB (Red+Green+Blue) = 240+111+227=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FE3 is #0F901C. Grayscale: #A2A2A2. Windows color (decimal): -1019933 or 14905328. OLE color: 14905328.
HSL color Cylindrical-coordinate representation of color #F06FE3: hue angle of 306.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FE3 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 227 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.06 |
| HSL | 306.05º | 0.81% | 0.69% | - |
| HSV(B) | 306.05º | 0.54% | 0.94% | - |
| XYZ | 55.48 | 35.44 | 76.59 | - |
| YUV | 162.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 227 | 0 | 0.54 | 0.05 | 0.06 | 306.05 | 0.81 | 0.69 |
| Hex | F0 | 6F | E3 | 0 | 36 | 5 | 6 | 132 | 51 | 45 |
| Octal | 360 | 157 | 343 | 0 | 66 | 5 | 6 | 462 | 121 | 105 |
| Binary | 11110000 | 1101111 | 11100011 | 0 | 110110 | 101 | 110 | 100110010 | 1010001 | 1000101 |
Color Harmonies of #F06FE3
Complementary color
Monochromatic Colors of #F06FE3
Black with #F06FE3
Text Example
Text Example
White with #F06FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FE3; }
p { color: rgb(240,111,227); }
H1.HeaderClassName
{
color: #F06FE3;
}
.AnyTagClassName
{
color: #F06FE3;
}
</style>
background-color css
<style>
a { background-color: #F06FE3; }
a { background-color: rgb(240,111,227); }
div.DivClassName
{
background-color: #F06FE3;
}
.BgClassName
{
background-color: #F06FE3;
}
</style>
border-color css
<style>
span { border-color: #F06FE3; }
span { border-color: rgb(240,111,227); }
td.TdClassName
{
border-color: #F06FE3;
}
.TagClassName
{
border-color: #F06FE3;
}
</style>