#F193F2

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

Shades of Violet #F193F2

Tints of Violet #F193F2

Color information

#F193F2 (or 0xF193F2) is unknown color: approx Violet. HEX triplet: F1, 93 and F2. RGB value is (241,147,242). Sum of RGB (Red+Green+Blue) = 241+147+242=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #F193F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193F2 is #0E6C0D. Grayscale: #B9B9B9. Windows color (decimal): -945166 or 15897585. OLE color: 15897585.

HSL color Cylindrical-coordinate representation of color #F193F2: hue angle of 299.37º degrees, saturation: 0.79, 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 #F193F2 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241147242-
CMYK0.000.3900.05
HSL299.37º78.51%76.27%-
HSV(B)299.37º39.26%94.9%-
XYZ62.7445.9889.57-
YUV185.94159.64167.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 147 (57.81% from 255) = 23.33%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=38.25%
G=23.33%
B=38.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411472420.000.3900.05299.3778.5176.27
HexF193F20270512b4f4c
Octal36122336204705453117114
Binary1111000110010011111100100100111010110010101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193F2; }

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

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

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

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

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

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

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

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