#F19BF1

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

Shades of Violet #F19BF1

Tints of Violet #F19BF1

Color information

#F19BF1 (or 0xF19BF1) is unknown color: approx Violet. HEX triplet: F1, 9B and F1. RGB value is (241,155,241). Sum of RGB (Red+Green+Blue) = 241+155+241=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F19BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BF1 is #0E640E. Grayscale: #BEBEBE. Windows color (decimal): -943119 or 15834097. OLE color: 15834097.

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

Color convert

RGB241155241-
CMYK00.3600.05
HSL300º75.44%77.65%-
HSV(B)300º35.68%94.51%-
XYZ63.8748.4989.21-
YUV190.52156.49164.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 155 (60.94% from 255) = 24.33%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=37.83%
G=24.33%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115524100.3600.0530075.4477.65
HexF19BF10240512c4b4e
Octal36123336104405454113116
Binary1111000110011011111100010100100010110010110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BF1; }

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

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

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

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

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

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

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

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