#F173E5

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

Shades of Violet #F173E5

Tints of Violet #F173E5

Color information

#F173E5 (or 0xF173E5) is unknown color: approx Violet. HEX triplet: F1, 73 and E5. RGB value is (241,115,229). Sum of RGB (Red+Green+Blue) = 241+115+229=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F173E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173E5 is #0E8C1A. Grayscale: #A5A5A5. Windows color (decimal): -953371 or 15037425. OLE color: 15037425.

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

Color convert

RGB241115229-
CMYK00.520.050.05
HSL305.71º81.82%69.8%-
HSV(B)305.71º52.28%94.51%-
XYZ56.5536.6278.22-
YUV165.67163.74181.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 115 (45.31% from 255) = 19.66%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=41.20%
G=19.66%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111522900.520.050.05305.7181.8269.8
HexF173E5034551325246
Octal36116334506455462122106
Binary11110001111001111100101011010010110110011001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F173E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F173E5; }

 p { color: rgb(241,115,229); }

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

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

 a { background-color: rgb(241,115,229); }

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

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

 span { border-color: rgb(241,115,229); }

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