#F193FE

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

Shades of Violet #F193FE

Tints of Violet #F193FE

Color information

#F193FE (or 0xF193FE) is unknown color: approx Violet. HEX triplet: F1, 93 and FE. RGB value is (241,147,254). Sum of RGB (Red+Green+Blue) = 241+147+254=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 147 (57.81% from 255 or 22.90% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #F193FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193FE is #0E6C01. Grayscale: #BABABA. Windows color (decimal): -945154 or 16684017. OLE color: 16684017.

HSL color Cylindrical-coordinate representation of color #F193FE: hue angle of 292.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F193FE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241147254-
CMYK0.050.4200.00
HSL292.71º98.17%78.63%-
HSV(B)292.71º42.13%99.61%-
XYZ64.646.7299.38-
YUV187.3165.64166.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 147 (57.81% from 255) = 22.90%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=37.54%
G=22.90%
B=39.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411472540.050.4200.00292.7198.1778.63
HexF193FE52A00125624f
Octal36122337655200445142117
Binary1111000110010011111111101011010100010010010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193FE; }

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

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

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

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

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

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

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

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