Shades of Violet #F069EA
Tints of Violet #F069EA
RGB
CMYK
RGB Variations
Color information
#F069EA (or 0xF069EA) is known color: Violet. HEX triplet: F0, 69 and EA. RGB value is (240,105,234). Sum of RGB (Red+Green+Blue) = 240+105+234=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 105 (41.41% from 255 or 18.13% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F069EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069EA is #0F9615. Grayscale: #9F9F9F. Windows color (decimal): -1021462 or 15362544. OLE color: 15362544.
HSL color Cylindrical-coordinate representation of color #F069EA: hue angle of 302.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F069EA is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 234 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.06 |
| HSL | 302.67º | 0.82% | 0.68% | - |
| HSV(B) | 302.67º | 0.56% | 0.94% | - |
| XYZ | 55.84 | 34.57 | 81.57 | - |
| YUV | 160.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 234 | 0 | 0.56 | 0.02 | 0.06 | 302.67 | 0.82 | 0.68 |
| Hex | F0 | 69 | EA | 0 | 38 | 2 | 6 | 12F | 52 | 44 |
| Octal | 360 | 151 | 352 | 0 | 70 | 2 | 6 | 457 | 122 | 104 |
| Binary | 11110000 | 1101001 | 11101010 | 0 | 111000 | 10 | 110 | 100101111 | 1010010 | 1000100 |
Color Harmonies of #F069EA
Complementary color
Monochromatic Colors of #F069EA
Black with #F069EA
Text Example
Text Example
White with #F069EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F069EA; }
p { color: rgb(240,105,234); }
H1.HeaderClassName
{
color: #F069EA;
}
.AnyTagClassName
{
color: #F069EA;
}
</style>
background-color css
<style>
a { background-color: #F069EA; }
a { background-color: rgb(240,105,234); }
div.DivClassName
{
background-color: #F069EA;
}
.BgClassName
{
background-color: #F069EA;
}
</style>
border-color css
<style>
span { border-color: #F069EA; }
span { border-color: rgb(240,105,234); }
td.TdClassName
{
border-color: #F069EA;
}
.TagClassName
{
border-color: #F069EA;
}
</style>