#F19EFC

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

Shades of Violet #F19EFC

Tints of Violet #F19EFC

Color information

#F19EFC (or 0xF19EFC) is unknown color: approx Violet. HEX triplet: F1, 9E and FC. RGB value is (241,158,252). Sum of RGB (Red+Green+Blue) = 241+158+252=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #F19EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFC is #0E6103. Grayscale: #C1C1C1. Windows color (decimal): -942340 or 16555761. OLE color: 16555761.

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

Color convert

RGB241158252-
CMYK0.040.3700.01
HSL292.98º94%80.39%-
HSV(B)292.98º37.3%98.82%-
XYZ66.0750.1898.3-
YUV193.53161161.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.02%
GREEN value IS 158 (62.11% from 255) = 24.27%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=37.02%
G=24.27%
B=38.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411582520.040.3700.01292.989480.39
HexF19EFC425011255e50
Octal36123637444501445136120
Binary1111000110011110111111001001001010110010010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EFC; }

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

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

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

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

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

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

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

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