#F16DE8

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

Shades of Violet #F16DE8

Tints of Violet #F16DE8

Color information

#F16DE8 (or 0xF16DE8) is unknown color: approx Violet. HEX triplet: F1, 6D and E8. RGB value is (241,109,232). Sum of RGB (Red+Green+Blue) = 241+109+232=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DE8 is #0E9217. Grayscale: #A2A2A2. Windows color (decimal): -954904 or 15232497. OLE color: 15232497.

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

Color convert

RGB241109232-
CMYK00.550.040.05
HSL304.09º82.5%68.63%-
HSV(B)304.09º54.77%94.51%-
XYZ56.3135.4680.22-
YUV162.49167.23184-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 109 (42.97% from 255) = 18.73%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=41.41%
G=18.73%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110923200.550.040.05304.0982.568.63
HexF16DE8037451305245
Octal36115535006745460122105
Binary11110001110110111101000011011110010110011000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16DE8; }

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

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

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

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

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

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

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

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