#F073E6

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

Shades of Violet #F073E6

Tints of Violet #F073E6

Color information

#F073E6 (or 0xF073E6) is unknown color: approx Violet. HEX triplet: F0, 73 and E6. RGB value is (240,115,230). Sum of RGB (Red+Green+Blue) = 240+115+230=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073E6 is #0F8C19. Grayscale: #A5A5A5. Windows color (decimal): -1018906 or 15102960. OLE color: 15102960.

HSL color Cylindrical-coordinate representation of color #F073E6: hue angle of 304.8º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073E6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240115230-
CMYK00.520.040.06
HSL304.8º80.65%69.61%-
HSV(B)304.8º52.08%94.12%-
XYZ56.3536.578.94-
YUV165.48164.41181.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 115 (45.31% from 255) = 19.66%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=41.03%
G=19.66%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011523000.520.040.06304.880.6569.61
HexF073E6034461315146
Octal36016334606446461121106
Binary11110000111001111100110011010010011010011000110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073E6; }

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

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

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

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

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

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

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

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