#F194ED

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

Shades of Violet #F194ED

Tints of Violet #F194ED

Color information

#F194ED (or 0xF194ED) is unknown color: approx Violet. HEX triplet: F1, 94 and ED. RGB value is (241,148,237). Sum of RGB (Red+Green+Blue) = 241+148+237=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F194ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194ED is #0E6B12. Grayscale: #B9B9B9. Windows color (decimal): -944915 or 15570161. OLE color: 15570161.

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

Color convert

RGB241148237-
CMYK00.390.020.05
HSL302.58º76.86%76.27%-
HSV(B)302.58º38.59%94.51%-
XYZ62.154685.72-
YUV185.95156.81167.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 148 (58.20% from 255) = 23.64%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=38.50%
G=23.64%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114823700.390.020.05302.5876.8676.27
HexF194ED0272512f4d4c
Octal36122435504725457115114
Binary11110001100101001110110101001111010110010111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194ED; }

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

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

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

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

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

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

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

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