#F171EC

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

Shades of Violet #F171EC

Tints of Violet #F171EC

Color information

#F171EC (or 0xF171EC) is unknown color: approx Violet. HEX triplet: F1, 71 and EC. RGB value is (241,113,236). Sum of RGB (Red+Green+Blue) = 241+113+236=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F171EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F171EC is #0E8E13. Grayscale: #A4A4A4. Windows color (decimal): -953876 or 15495665. OLE color: 15495665.

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

Color convert

RGB241113236-
CMYK00.530.020.05
HSL302.34º82.05%69.41%-
HSV(B)302.34º53.11%94.51%-
XYZ57.3236.5783.39-
YUV165.29167.91182-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 113 (44.53% from 255) = 19.15%
BLUE value IS 236 (92.58% from 255) = 40%
R=40.85%
G=19.15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111323600.530.020.05302.3482.0569.41
HexF171EC0352512e5245
Octal36116135406525456122105
Binary1111000111100011110110001101011010110010111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171EC; }

 p { color: rgb(241,113,236); }

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

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

 a { background-color: rgb(241,113,236); }

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

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

 span { border-color: rgb(241,113,236); }

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