#F190EC

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

Shades of Violet #F190EC

Tints of Violet #F190EC

Color information

#F190EC (or 0xF190EC) is unknown color: approx Violet. HEX triplet: F1, 90 and EC. RGB value is (241,144,236). Sum of RGB (Red+Green+Blue) = 241+144+236=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F190EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190EC is #0E6F13. Grayscale: #B7B7B7. Windows color (decimal): -945940 or 15503601. OLE color: 15503601.

HSL color Cylindrical-coordinate representation of color #F190EC: hue angle of 303.09º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190EC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241144236-
CMYK00.400.020.05
HSL303.09º77.6%75.49%-
HSV(B)303.09º40.25%94.51%-
XYZ61.3944.784.75-
YUV183.49157.64169.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 144 (56.64% from 255) = 23.19%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=38.81%
G=23.19%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114423600.400.020.05303.0977.675.49
HexF190EC0282512f4e4b
Octal36122035405025457116113
Binary11110001100100001110110001010001010110010111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190EC; }

 p { color: rgb(241,144,236); }

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

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

 a { background-color: rgb(241,144,236); }

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

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

 span { border-color: rgb(241,144,236); }

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