#F191FA

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

Shades of Violet #F191FA

Tints of Violet #F191FA

Color information

#F191FA (or 0xF191FA) is unknown color: approx Violet. HEX triplet: F1, 91 and FA. RGB value is (241,145,250). Sum of RGB (Red+Green+Blue) = 241+145+250=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #F191FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F191FA is #0E6E05. Grayscale: #B9B9B9. Windows color (decimal): -945670 or 16421361. OLE color: 16421361.

HSL color Cylindrical-coordinate representation of color #F191FA: hue angle of 294.86º degrees, saturation: 0.91, 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 #F191FA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241145250-
CMYK0.040.4200.02
HSL294.86º91.3%77.45%-
HSV(B)294.86º42%98.04%-
XYZ63.6645.8595.94-
YUV185.67164.3167.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 145 (57.03% from 255) = 22.80%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=37.89%
G=22.80%
B=39.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411452500.040.4200.02294.8691.377.45
HexF191FA42A021275b4d
Octal36122137245202447133115
Binary11110001100100011111101010010101001010010011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F191FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F191FA; }

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

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

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

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

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

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

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

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