#F371EF

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

Shades of Violet #F371EF

Tints of Violet #F371EF

Color information

#F371EF (or 0xF371EF) is unknown color: approx Violet. HEX triplet: F3, 71 and EF. RGB value is (243,113,239). Sum of RGB (Red+Green+Blue) = 243+113+239=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F371EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F371EF is #0C8E10. Grayscale: #A5A5A5. Windows color (decimal): -822801 or 15692275. OLE color: 15692275.

HSL color Cylindrical-coordinate representation of color #F371EF: hue angle of 301.85º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F371EF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243113239-
CMYK00.530.020.05
HSL301.85º84.42%69.8%-
HSV(B)301.85º53.5%95.29%-
XYZ58.4537.185.74-
YUV166.23169.07182.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 113 (44.53% from 255) = 18.99%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=40.84%
G=18.99%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311323900.530.020.05301.8584.4269.8
HexF371EF0352512e5446
Octal36316135706525456124106
Binary1111001111100011110111101101011010110010111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F371EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F371EF; }

 p { color: rgb(243,113,239); }

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

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

 a { background-color: rgb(243,113,239); }

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

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

 span { border-color: rgb(243,113,239); }

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