#F192EF

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

Shades of Violet #F192EF

Tints of Violet #F192EF

Color information

#F192EF (or 0xF192EF) is unknown color: approx Violet. HEX triplet: F1, 92 and EF. RGB value is (241,146,239). Sum of RGB (Red+Green+Blue) = 241+146+239=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F192EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F192EF is #0E6D10. Grayscale: #B8B8B8. Windows color (decimal): -945425 or 15700721. OLE color: 15700721.

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

Color convert

RGB241146239-
CMYK00.390.010.05
HSL301.26º77.24%75.88%-
HSV(B)301.26º39.42%94.51%-
XYZ62.1345.4987.17-
YUV185.01158.47167.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 146 (57.42% from 255) = 23.32%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=38.50%
G=23.32%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114623900.390.010.05301.2677.2475.88
HexF192EF0271512d4d4c
Octal36122235704715455115114
Binary1111000110010010111011110100111110110010110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F192EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F192EF; }

 p { color: rgb(241,146,239); }

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

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

 a { background-color: rgb(241,146,239); }

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

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

 span { border-color: rgb(241,146,239); }

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