#F193F3

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

Shades of Violet #F193F3

Tints of Violet #F193F3

Color information

#F193F3 (or 0xF193F3) is unknown color: approx Violet. HEX triplet: F1, 93 and F3. RGB value is (241,147,243). Sum of RGB (Red+Green+Blue) = 241+147+243=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #F193F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193F3 is #0E6C0C. Grayscale: #B9B9B9. Windows color (decimal): -945165 or 15963121. OLE color: 15963121.

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

Color convert

RGB241147243-
CMYK0.010.4000.05
HSL298.75º80%76.47%-
HSV(B)298.75º39.51%95.29%-
XYZ62.8946.0490.37-
YUV186.05160.14167.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 147 (57.81% from 255) = 23.30%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=38.19%
G=23.30%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411472430.010.4000.05298.758076.47
HexF193F31280512b504c
Octal36122336315005453120114
Binary1111000110010011111100111101000010110010101110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193F3; }

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

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

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

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

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

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

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

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