#F19BFA

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

Shades of Violet #F19BFA

Tints of Violet #F19BFA

Color information

#F19BFA (or 0xF19BFA) is unknown color: approx Violet. HEX triplet: F1, 9B and FA. RGB value is (241,155,250). Sum of RGB (Red+Green+Blue) = 241+155+250=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BFA is #0E6405. Grayscale: #BFBFBF. Windows color (decimal): -943110 or 16423921. OLE color: 16423921.

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

Color convert

RGB241155250-
CMYK0.040.3800.02
HSL294.32º90.48%79.41%-
HSV(B)294.32º38%98.04%-
XYZ65.2549.0596.47-
YUV191.54160.99163.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 155 (60.94% from 255) = 23.99%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=37.31%
G=23.99%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411552500.040.3800.02294.3290.4879.41
HexF19BFA426021265a4f
Octal36123337244602446132117
Binary11110001100110111111101010010011001010010011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BFA; }

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

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

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

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

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

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

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

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