#F17DF1

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

Shades of Violet #F17DF1

Tints of Violet #F17DF1

Color information

#F17DF1 (or 0xF17DF1) is unknown color: approx Violet. HEX triplet: F1, 7D and F1. RGB value is (241,125,241). Sum of RGB (Red+Green+Blue) = 241+125+241=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 125 (49.22% from 255 or 20.59% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F17DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DF1 is #0E820E. Grayscale: #ACACAC. Windows color (decimal): -950799 or 15826417. OLE color: 15826417.

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

Color convert

RGB241125241-
CMYK00.4800.05
HSL300º80.56%71.76%-
HSV(B)300º48.13%94.51%-
XYZ59.4939.7287.75-
YUV172.91166.43176.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 125 (49.22% from 255) = 20.59%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=39.70%
G=20.59%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112524100.4800.0530080.5671.76
HexF17DF10300512c5148
Octal36117536106005454121110
Binary111100011111101111100010110000010110010110010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17DF1; }

 p { color: rgb(241,125,241); }

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

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

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

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

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

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

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