#F16AE8

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

Shades of Violet #F16AE8

Tints of Violet #F16AE8

Color information

#F16AE8 (or 0xF16AE8) is unknown color: approx Violet. HEX triplet: F1, 6A and E8. RGB value is (241,106,232). Sum of RGB (Red+Green+Blue) = 241+106+232=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AE8 is #0E9517. Grayscale: #A0A0A0. Windows color (decimal): -955672 or 15231729. OLE color: 15231729.

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

Color convert

RGB241106232-
CMYK00.560.040.05
HSL304º82.82%68.04%-
HSV(B)304º56.02%94.51%-
XYZ5634.8480.12-
YUV160.73168.23185.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 106 (41.80% from 255) = 18.31%
BLUE value IS 232 (91.02% from 255) = 40.07%
R=41.62%
G=18.31%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110623200.560.040.0530482.8268.04
HexF16AE8038451305344
Octal36115235007045460123104
Binary11110001110101011101000011100010010110011000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16AE8; }

 p { color: rgb(241,106,232); }

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

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

 a { background-color: rgb(241,106,232); }

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

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

 span { border-color: rgb(241,106,232); }

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