#F19DFA

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

Shades of Violet #F19DFA

Tints of Violet #F19DFA

Color information

#F19DFA (or 0xF19DFA) is unknown color: approx Violet. HEX triplet: F1, 9D and FA. RGB value is (241,157,250). Sum of RGB (Red+Green+Blue) = 241+157+250=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 157 (61.72% from 255 or 24.23% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DFA is #0E6205. Grayscale: #C0C0C0. Windows color (decimal): -942598 or 16424433. OLE color: 16424433.

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

Color convert

RGB241157250-
CMYK0.040.3700.02
HSL294.19º90.29%79.8%-
HSV(B)294.19º37.2%98.04%-
XYZ65.5949.7296.58-
YUV192.72160.33162.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 157 (61.72% from 255) = 24.23%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=37.19%
G=24.23%
B=38.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411572500.040.3700.02294.1990.2979.8
HexF19DFA425021265a50
Octal36123537244502446132120
Binary11110001100111011111101010010010101010010011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DFA; }

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

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

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

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

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

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

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

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