#F172EE

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

Shades of Violet #F172EE

Tints of Violet #F172EE

Color information

#F172EE (or 0xF172EE) is unknown color: approx Violet. HEX triplet: F1, 72 and EE. RGB value is (241,114,238). Sum of RGB (Red+Green+Blue) = 241+114+238=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F172EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F172EE is #0E8D11. Grayscale: #A5A5A5. Windows color (decimal): -953618 or 15626993. OLE color: 15626993.

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

Color convert

RGB241114238-
CMYK00.530.010.05
HSL301.42º81.94%69.61%-
HSV(B)301.42º52.7%94.51%-
XYZ57.7336.9184.97-
YUV166.11168.58181.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 114 (44.92% from 255) = 19.22%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=40.64%
G=19.22%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111423800.530.010.05301.4281.9469.61
HexF172EE0351512d5246
Octal36116235606515455122106
Binary111100011110010111011100110101110110010110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F172EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F172EE; }

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

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

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

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

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

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

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

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