#F190EA

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

Shades of Violet #F190EA

Tints of Violet #F190EA

Color information

#F190EA (or 0xF190EA) is unknown color: approx Violet. HEX triplet: F1, 90 and EA. RGB value is (241,144,234). Sum of RGB (Red+Green+Blue) = 241+144+234=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F190EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190EA is #0E6F15. Grayscale: #B7B7B7. Windows color (decimal): -945942 or 15372529. OLE color: 15372529.

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

Color convert

RGB241144234-
CMYK00.400.030.05
HSL304.33º77.6%75.49%-
HSV(B)304.33º40.25%94.51%-
XYZ61.144.5983.23-
YUV183.26156.64169.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 144 (56.64% from 255) = 23.26%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=38.93%
G=23.26%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114423400.400.030.05304.3377.675.49
HexF190EA028351304e4b
Octal36122035205035460116113
Binary11110001100100001110101001010001110110011000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190EA; }

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

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

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

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

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

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

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

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