#F19AFC

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

Shades of Violet #F19AFC

Tints of Violet #F19AFC

Color information

#F19AFC (or 0xF19AFC) is unknown color: approx Violet. HEX triplet: F1, 9A and FC. RGB value is (241,154,252). Sum of RGB (Red+Green+Blue) = 241+154+252=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #F19AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AFC is #0E6503. Grayscale: #BEBEBE. Windows color (decimal): -943364 or 16554737. OLE color: 16554737.

HSL color Cylindrical-coordinate representation of color #F19AFC: hue angle of 293.27º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19AFC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241154252-
CMYK0.040.3900.01
HSL293.27º94.23%79.61%-
HSV(B)293.27º38.89%98.82%-
XYZ65.448.8498.08-
YUV191.18162.32163.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 154 (60.55% from 255) = 23.80%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=37.25%
G=23.80%
B=38.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411542520.040.3900.01293.2794.2379.61
HexF19AFC427011255e50
Octal36123237444701445136120
Binary1111000110011010111111001001001110110010010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AFC; }

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

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

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

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

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

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

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

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