#F073E7

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

Shades of Violet #F073E7

Tints of Violet #F073E7

Color information

#F073E7 (or 0xF073E7) is unknown color: approx Violet. HEX triplet: F0, 73 and E7. RGB value is (240,115,231). Sum of RGB (Red+Green+Blue) = 240+115+231=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F073E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073E7 is #0F8C18. Grayscale: #A5A5A5. Windows color (decimal): -1018905 or 15168496. OLE color: 15168496.

HSL color Cylindrical-coordinate representation of color #F073E7: hue angle of 304.32º 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 #F073E7 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240115231-
CMYK00.520.040.06
HSL304.32º80.65%69.61%-
HSV(B)304.32º52.08%94.12%-
XYZ56.4936.5679.68-
YUV165.6164.91181.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 115 (45.31% from 255) = 19.62%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=40.96%
G=19.62%
B=39.42%

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
Decimal24011523100.520.040.06304.3280.6569.61
HexF073E7034461305146
Octal36016334706446460121106
Binary11110000111001111100111011010010011010011000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073E7; }

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

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

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

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

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

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

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

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