#F16CE6

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

Shades of Violet #F16CE6

Tints of Violet #F16CE6

Color information

#F16CE6 (or 0xF16CE6) is unknown color: approx Violet. HEX triplet: F1, 6C and E6. RGB value is (241,108,230). Sum of RGB (Red+Green+Blue) = 241+108+230=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CE6 is #0E9319. Grayscale: #A1A1A1. Windows color (decimal): -955162 or 15101169. OLE color: 15101169.

HSL color Cylindrical-coordinate representation of color #F16CE6: hue angle of 304.96º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CE6 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241108230-
CMYK00.550.050.05
HSL304.96º82.61%68.43%-
HSV(B)304.96º55.19%94.51%-
XYZ55.9235.1478.7-
YUV161.67166.56184.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 108 (42.58% from 255) = 18.65%
BLUE value IS 230 (90.23% from 255) = 39.72%
R=41.62%
G=18.65%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110823000.550.050.05304.9682.6168.43
HexF16CE6037551315344
Octal36115434606755461123104
Binary11110001110110011100110011011110110110011000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16CE6; }

 p { color: rgb(241,108,230); }

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

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

 a { background-color: rgb(241,108,230); }

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

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

 span { border-color: rgb(241,108,230); }

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