#F19AF0

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

Shades of Violet #F19AF0

Tints of Violet #F19AF0

Color information

#F19AF0 (or 0xF19AF0) is unknown color: approx Violet. HEX triplet: F1, 9A and F0. RGB value is (241,154,240). Sum of RGB (Red+Green+Blue) = 241+154+240=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AF0 is #0E650F. Grayscale: #BDBDBD. Windows color (decimal): -943376 or 15768305. OLE color: 15768305.

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

Color convert

RGB241154240-
CMYK00.360.000.05
HSL300.69º75.65%77.45%-
HSV(B)300.69º36.1%94.51%-
XYZ63.5648.188.37-
YUV189.82156.32164.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 154 (60.55% from 255) = 24.25%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=37.95%
G=24.25%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115424000.360.000.05300.6975.6577.45
HexF19AF00240512d4c4d
Octal36123236004405455114115
Binary1111000110011010111100000100100010110010110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AF0; }

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

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

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

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

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

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

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

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