#f17df2

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

Shades of Violet #F17DF2

Tints of Violet #F17DF2

Color information

#F17DF2 (or 0xF17DF2) is unknown color: approx Violet. HEX triplet: F1, 7D and F2. RGB value is (241,125,242). Sum of RGB (Red+Green+Blue) = 241+125+242=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #F17DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17DF2 is #0E820D. Grayscale: #ACACAC. Windows color (decimal): -950798 or 15891953. OLE color: 15891953.

HSL color Cylindrical-coordinate representation of color #F17DF2: hue angle of 299.49º degrees, saturation: 0.82, 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 #F17DF2 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241125242-
CMYK0.000.4800.05
HSL299.49º81.82%71.96%-
HSV(B)299.49º48.35%94.9%-
XYZ59.6439.7888.54-
YUV173.02166.93176.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 125 (49.22% from 255) = 20.56%
BLUE value IS 242 (94.92% from 255) = 39.80%
R=39.64%
G=20.56%
B=39.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411252420.000.4800.05299.4981.8271.96
HexF17DF20300512b5248
Octal36117536206005453122110
Binary111100011111101111100100110000010110010101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f17df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f17df2; }

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

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

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

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

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

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

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

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