#F17AF1

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

Shades of Violet #F17AF1

Tints of Violet #F17AF1

Color information

#F17AF1 (or 0xF17AF1) is unknown color: approx Violet. HEX triplet: F1, 7A and F1. RGB value is (241,122,241). Sum of RGB (Red+Green+Blue) = 241+122+241=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 122 (48.05% from 255 or 20.20% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F17AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AF1 is #0E850E. Grayscale: #AAAAAA. Windows color (decimal): -951567 or 15825649. OLE color: 15825649.

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

Color convert

RGB241122241-
CMYK00.4900.05
HSL300º80.95%71.18%-
HSV(B)300º49.38%94.51%-
XYZ59.1138.9787.63-
YUV171.15167.42177.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 122 (48.05% from 255) = 20.20%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=39.90%
G=20.20%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112224100.4900.0530080.9571.18
HexF17AF10310512c5147
Octal36117236106105454121107
Binary111100011111010111100010110001010110010110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17AF1; }

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

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

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

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

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

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

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

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