#F191EB

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

Shades of Violet #F191EB

Tints of Violet #F191EB

Color information

#F191EB (or 0xF191EB) is unknown color: approx Violet. HEX triplet: F1, 91 and EB. RGB value is (241,145,235). Sum of RGB (Red+Green+Blue) = 241+145+235=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 145 (57.03% from 255 or 23.35% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F191EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191EB is #0E6E14. Grayscale: #B7B7B7. Windows color (decimal): -945685 or 15438321. OLE color: 15438321.

HSL color Cylindrical-coordinate representation of color #F191EB: hue angle of 303.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191EB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241145235-
CMYK00.400.020.05
HSL303.75º77.42%75.69%-
HSV(B)303.75º39.83%94.51%-
XYZ61.444.9584.04-
YUV183.96156.8168.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 145 (57.03% from 255) = 23.35%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=38.81%
G=23.35%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114523500.400.020.05303.7577.4275.69
HexF191EB028251304d4c
Octal36122135305025460115114
Binary11110001100100011110101101010001010110011000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191EB; }

 p { color: rgb(241,145,235); }

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

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

 a { background-color: rgb(241,145,235); }

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

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

 span { border-color: rgb(241,145,235); }

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