#F193EB

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

Shades of Violet #F193EB

Tints of Violet #F193EB

Color information

#F193EB (or 0xF193EB) is unknown color: approx Violet. HEX triplet: F1, 93 and EB. RGB value is (241,147,235). Sum of RGB (Red+Green+Blue) = 241+147+235=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F193EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193EB is #0E6C14. Grayscale: #B8B8B8. Windows color (decimal): -945173 or 15438833. OLE color: 15438833.

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

Color convert

RGB241147235-
CMYK00.390.020.05
HSL303.83º77.05%76.08%-
HSV(B)303.83º39%94.51%-
XYZ61.745.5784.14-
YUV185.14156.14167.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 147 (57.81% from 255) = 23.60%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=38.68%
G=23.60%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114723500.390.020.05303.8377.0576.08
HexF193EB027251304d4c
Octal36122335304725460115114
Binary11110001100100111110101101001111010110011000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193EB; }

 p { color: rgb(241,147,235); }

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

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

 a { background-color: rgb(241,147,235); }

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

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

 span { border-color: rgb(241,147,235); }

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