#F191F9

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

Shades of Violet #F191F9

Tints of Violet #F191F9

Color information

#F191F9 (or 0xF191F9) is unknown color: approx Violet. HEX triplet: F1, 91 and F9. RGB value is (241,145,249). Sum of RGB (Red+Green+Blue) = 241+145+249=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 145 (57.03% from 255 or 22.83% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #F191F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191F9 is #0E6E06. Grayscale: #B9B9B9. Windows color (decimal): -945671 or 16355825. OLE color: 16355825.

HSL color Cylindrical-coordinate representation of color #F191F9: hue angle of 295.38º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F191F9 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241145249-
CMYK0.030.4200.02
HSL295.38º89.66%77.25%-
HSV(B)295.38º41.77%97.65%-
XYZ63.545.7995.11-
YUV185.56163.8167.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 145 (57.03% from 255) = 22.83%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=37.95%
G=22.83%
B=39.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411452490.030.4200.02295.3889.6677.25
HexF191F932A021275a4d
Octal36122137135202447132115
Binary1111000110010001111110011110101001010010011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191F9; }

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

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

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

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

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

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

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

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