#F194EE

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

Shades of Violet #F194EE

Tints of Violet #F194EE

Color information

#F194EE (or 0xF194EE) is unknown color: approx Violet. HEX triplet: F1, 94 and EE. RGB value is (241,148,238). Sum of RGB (Red+Green+Blue) = 241+148+238=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F194EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194EE is #0E6B11. Grayscale: #B9B9B9. Windows color (decimal): -944914 or 15635697. OLE color: 15635697.

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

Color convert

RGB241148238-
CMYK00.390.010.05
HSL301.94º76.86%76.27%-
HSV(B)301.94º38.59%94.51%-
XYZ62.346.0586.49-
YUV186.07157.31167.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 148 (58.20% from 255) = 23.60%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=38.44%
G=23.60%
B=37.96%

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
Decimal24114823800.390.010.05301.9476.8676.27
HexF194EE0271512e4d4c
Octal36122435604715456115114
Binary1111000110010100111011100100111110110010111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194EE; }

 p { color: rgb(241,148,238); }

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

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

 a { background-color: rgb(241,148,238); }

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

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

 span { border-color: rgb(241,148,238); }

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