#F07AEE

Color #F07AEE Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F07AEE

Tints of Violet #F07AEE

Color information

#F07AEE (or 0xF07AEE) is unknown color: approx Violet. HEX triplet: F0, 7A and EE. RGB value is (240,122,238). Sum of RGB (Red+Green+Blue) = 240+122+238=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F07AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07AEE is #0F8511. Grayscale: #AAAAAA. Windows color (decimal): -1017106 or 15629040. OLE color: 15629040.

HSL color Cylindrical-coordinate representation of color #F07AEE: hue angle of 301.02º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07AEE is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240122238-
CMYK00.490.010.06
HSL301.02º79.73%70.98%-
HSV(B)301.02º49.17%94.12%-
XYZ58.3338.6285.27-
YUV170.51166.09177.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 20.33%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=40%
G=20.33%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012223800.490.010.06301.0279.7370.98
HexF07AEE0311612d5047
Octal36017235606116455120107
Binary111100001111010111011100110001111010010110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07AEE; }

 p { color: rgb(240,122,238); }

 H1.HeaderClassName
 {
   color: #F07AEE;
 }
 .AnyTagClassName
 {
   color: #F07AEE;
 }
</style>
background-color css

<style>
 a { background-color: #F07AEE; }

 a { background-color: rgb(240,122,238); }

 div.DivClassName
 {
   background-color: #F07AEE;
 }
 .BgClassName
 {
   background-color: #F07AEE;
 }
</style>
border-color css

<style>
 span { border-color: #F07AEE; }

 span { border-color: rgb(240,122,238); }

 td.TdClassName
 {
   border-color: #F07AEE;
 }
 .TagClassName
 {
   border-color: #F07AEE;
 }
</style>