#F175EF

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

Shades of Violet #F175EF

Tints of Violet #F175EF

Color information

#F175EF (or 0xF175EF) is unknown color: approx Violet. HEX triplet: F1, 75 and EF. RGB value is (241,117,239). Sum of RGB (Red+Green+Blue) = 241+117+239=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F175EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175EF is #0E8A10. Grayscale: #A7A7A7. Windows color (decimal): -952849 or 15693297. OLE color: 15693297.

HSL color Cylindrical-coordinate representation of color #F175EF: hue angle of 300.97º 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 #F175EF is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241117239-
CMYK00.510.010.05
HSL300.97º81.58%70.2%-
HSV(B)300.97º51.45%94.51%-
XYZ58.2237.6685.86-
YUV167.98168.08180.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 117 (46.09% from 255) = 19.60%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=40.37%
G=19.60%
B=40.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111723900.510.010.05300.9781.5870.2
HexF175EF0331512d5246
Octal36116535706315455122106
Binary111100011110101111011110110011110110010110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175EF; }

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

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

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

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

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

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

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

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