#F175EE

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

Shades of Violet #F175EE

Tints of Violet #F175EE

Color information

#F175EE (or 0xF175EE) is unknown color: approx Violet. HEX triplet: F1, 75 and EE. RGB value is (241,117,238). Sum of RGB (Red+Green+Blue) = 241+117+238=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 117 (46.09% from 255 or 19.63% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F175EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175EE is #0E8A11. Grayscale: #A7A7A7. Windows color (decimal): -952850 or 15627761. OLE color: 15627761.

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

Color convert

RGB241117238-
CMYK00.510.010.05
HSL301.45º81.58%70.2%-
HSV(B)301.45º51.45%94.51%-
XYZ58.0737.685.09-
YUV167.87167.58180.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 117 (46.09% from 255) = 19.63%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=40.44%
G=19.63%
B=39.93%

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
Decimal24111723800.510.010.05301.4581.5870.2
HexF175EE0331512d5246
Octal36116535606315455122106
Binary111100011110101111011100110011110110010110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175EE; }

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

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

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

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

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

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

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

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