#F193FF

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

Shades of Violet #F193FF

Tints of Violet #F193FF

Color information

#F193FF (or 0xF193FF) is unknown color: approx Violet. HEX triplet: F1, 93 and FF. RGB value is (241,147,255). Sum of RGB (Red+Green+Blue) = 241+147+255=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 147 (57.81% from 255 or 22.86% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F193FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193FF is #0E6C00. Grayscale: #BBBBBB. Windows color (decimal): -945153 or 16749553. OLE color: 16749553.

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

Color convert

RGB241147255-
CMYK0.050.4200
HSL292.22º100%78.82%-
HSV(B)292.22º42.35%100%-
XYZ64.7646.79100.23-
YUV187.42166.14166.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 147 (57.81% from 255) = 22.86%
BLUE value IS 255 (100% from 255) = 39.66%
R=37.48%
G=22.86%
B=39.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411472550.050.4200292.2210078.82
HexF193FF52A00124644f
Octal36122337755200444144117
Binary1111000110010011111111111011010100010010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F193FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F193FF; }

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

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

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

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

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

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

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

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