#F19DF2

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

Shades of Violet #F19DF2

Tints of Violet #F19DF2

Color information

#F19DF2 (or 0xF19DF2) is unknown color: approx Violet. HEX triplet: F1, 9D and F2. RGB value is (241,157,242). Sum of RGB (Red+Green+Blue) = 241+157+242=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 157 (61.72% from 255 or 24.53% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19DF2 is #0E620D. Grayscale: #BFBFBF. Windows color (decimal): -942606 or 15900145. OLE color: 15900145.

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

Color convert

RGB241157242-
CMYK0.000.3500.05
HSL299.29º76.58%78.24%-
HSV(B)299.29º35.12%94.9%-
XYZ64.3649.2390.11-
YUV191.81156.33163.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 157 (61.72% from 255) = 24.53%
BLUE value IS 242 (94.92% from 255) = 37.81%
R=37.66%
G=24.53%
B=37.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411572420.000.3500.05299.2976.5878.24
HexF19DF20230512b4d4e
Octal36123536204305453115116
Binary1111000110011101111100100100011010110010101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DF2; }

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

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

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

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

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

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

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

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