#f379ea

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

Shades of Violet #F379EA

Tints of Violet #F379EA

Color information

#F379EA (or 0xF379EA) is unknown color: approx Violet. HEX triplet: F3, 79 and EA. RGB value is (243,121,234). Sum of RGB (Red+Green+Blue) = 243+121+234=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 121 (47.66% from 255 or 20.23% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F379EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F379EA is #0C8615. Grayscale: #AAAAAA. Windows color (decimal): -820758 or 15366643. OLE color: 15366643.

HSL color Cylindrical-coordinate representation of color #F379EA: hue angle of 304.43º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379EA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243121234-
CMYK00.500.040.05
HSL304.43º83.56%71.37%-
HSV(B)304.43º50.21%95.29%-
XYZ58.6538.6782.21-
YUV170.36163.92179.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 121 (47.66% from 255) = 20.23%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=40.64%
G=20.23%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312123400.500.040.05304.4383.5671.37
HexF379EA032451305447
Octal36317135206245460124107
Binary11110011111100111101010011001010010110011000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f379ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f379ea; }

 p { color: rgb(243,121,234); }

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

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

 a { background-color: rgb(243,121,234); }

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

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

 span { border-color: rgb(243,121,234); }

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