#F19CFC

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

Shades of Violet #F19CFC

Tints of Violet #F19CFC

Color information

#F19CFC (or 0xF19CFC) is unknown color: approx Violet. HEX triplet: F1, 9C and FC. RGB value is (241,156,252). Sum of RGB (Red+Green+Blue) = 241+156+252=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 156 (61.33% from 255 or 24.04% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #F19CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CFC is #0E6303. Grayscale: #C0C0C0. Windows color (decimal): -942852 or 16555249. OLE color: 16555249.

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

Color convert

RGB241156252-
CMYK0.040.3800.01
HSL293.12º94.12%80%-
HSV(B)293.12º38.1%98.82%-
XYZ65.7349.5198.19-
YUV192.36161.66162.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 156 (61.33% from 255) = 24.04%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=37.13%
G=24.04%
B=38.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411562520.040.3800.01293.1294.1280
HexF19CFC426011255e50
Octal36123437444601445136120
Binary1111000110011100111111001001001100110010010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CFC; }

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

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

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

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

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

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

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

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