#F190EE

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

Shades of Violet #F190EE

Tints of Violet #F190EE

Color information

#F190EE (or 0xF190EE) is unknown color: approx Violet. HEX triplet: F1, 90 and EE. RGB value is (241,144,238). Sum of RGB (Red+Green+Blue) = 241+144+238=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F190EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190EE is #0E6F11. Grayscale: #B7B7B7. Windows color (decimal): -945938 or 15634673. OLE color: 15634673.

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

Color convert

RGB241144238-
CMYK00.400.010.05
HSL301.86º77.6%75.49%-
HSV(B)301.86º40.25%94.51%-
XYZ61.6844.8286.29-
YUV183.72158.64168.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 144 (56.64% from 255) = 23.11%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=38.68%
G=23.11%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114423800.400.010.05301.8677.675.49
HexF190EE0281512e4e4b
Octal36122035605015456116113
Binary1111000110010000111011100101000110110010111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190EE; }

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

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

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

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

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

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

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

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