#F191F1

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

Shades of Violet #F191F1

Tints of Violet #F191F1

Color information

#F191F1 (or 0xF191F1) is unknown color: approx Violet. HEX triplet: F1, 91 and F1. RGB value is (241,145,241). Sum of RGB (Red+Green+Blue) = 241+145+241=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 145 (57.03% from 255 or 23.13% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F191F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191F1 is #0E6E0E. Grayscale: #B8B8B8. Windows color (decimal): -945679 or 15831537. OLE color: 15831537.

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

Color convert

RGB241145241-
CMYK00.4000.05
HSL300º77.42%75.69%-
HSV(B)300º39.83%94.51%-
XYZ62.2845.388.68-
YUV184.65159.8168.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 145 (57.03% from 255) = 23.13%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=38.44%
G=23.13%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114524100.4000.0530077.4275.69
HexF191F10280512c4d4c
Octal36122136105005454115114
Binary1111000110010001111100010101000010110010110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191F1; }

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

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

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

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

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

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

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

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