#F175EC

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

Shades of Violet #F175EC

Tints of Violet #F175EC

Color information

#F175EC (or 0xF175EC) is unknown color: approx Violet. HEX triplet: F1, 75 and EC. RGB value is (241,117,236). Sum of RGB (Red+Green+Blue) = 241+117+236=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 117 (46.09% from 255 or 19.70% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F175EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175EC is #0E8A13. Grayscale: #A7A7A7. Windows color (decimal): -952852 or 15496689. OLE color: 15496689.

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

Color convert

RGB241117236-
CMYK00.510.020.05
HSL302.42º81.58%70.2%-
HSV(B)302.42º51.45%94.51%-
XYZ57.7837.4883.55-
YUV167.64166.58180.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 117 (46.09% from 255) = 19.70%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=40.57%
G=19.70%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111723600.510.020.05302.4281.5870.2
HexF175EC0332512e5246
Octal36116535406325456122106
Binary1111000111101011110110001100111010110010111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175EC; }

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

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

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

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

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

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

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

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