#F19AF2

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

Shades of Violet #F19AF2

Tints of Violet #F19AF2

Color information

#F19AF2 (or 0xF19AF2) is unknown color: approx Violet. HEX triplet: F1, 9A and F2. RGB value is (241,154,242). Sum of RGB (Red+Green+Blue) = 241+154+242=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 154 (60.55% from 255 or 24.18% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #F19AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AF2 is #0E650D. Grayscale: #BDBDBD. Windows color (decimal): -943374 or 15899377. OLE color: 15899377.

HSL color Cylindrical-coordinate representation of color #F19AF2: hue angle of 299.32º degrees, saturation: 0.77, 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 #F19AF2 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241154242-
CMYK0.000.3600.05
HSL299.32º77.19%77.65%-
HSV(B)299.32º36.36%94.9%-
XYZ63.8648.2289.95-
YUV190.04157.32164.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 154 (60.55% from 255) = 24.18%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=37.83%
G=24.18%
B=37.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411542420.000.3600.05299.3277.1977.65
HexF19AF20240512b4d4e
Octal36123236204405453115116
Binary1111000110011010111100100100100010110010101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AF2; }

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

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

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

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

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

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

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

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