#F07EE6

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

Shades of Violet #F07EE6

Tints of Violet #F07EE6

Color information

#F07EE6 (or 0xF07EE6) is unknown color: approx Violet. HEX triplet: F0, 7E and E6. RGB value is (240,126,230). Sum of RGB (Red+Green+Blue) = 240+126+230=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F07EE6 is #0F8119. Grayscale: #ABABAB. Windows color (decimal): -1016090 or 15105776. OLE color: 15105776.

HSL color Cylindrical-coordinate representation of color #F07EE6: hue angle of 305.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07EE6 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240126230-
CMYK00.480.040.06
HSL305.26º79.17%71.76%-
HSV(B)305.26º47.5%94.12%-
XYZ57.6839.1679.38-
YUV171.94160.77176.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 126 (49.61% from 255) = 21.14%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=40.27%
G=21.14%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012623000.480.040.06305.2679.1771.76
HexF07EE6030461314f48
Octal36017634606046461117110
Binary11110000111111011100110011000010011010011000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07EE6; }

 p { color: rgb(240,126,230); }

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

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

 a { background-color: rgb(240,126,230); }

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

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

 span { border-color: rgb(240,126,230); }

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