#F1A6F6

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

Shades of Plum #F1A6F6

Tints of Plum #F1A6F6

Color information

#F1A6F6 (or 0xF1A6F6) is unknown color: approx Plum. HEX triplet: F1, A6 and F6. RGB value is (241,166,246). Sum of RGB (Red+Green+Blue) = 241+166+246=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1A6F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A6F6 is #0E5909. Grayscale: #C5C5C5. Windows color (decimal): -940298 or 16164593. OLE color: 16164593.

HSL color Cylindrical-coordinate representation of color #F1A6F6: hue angle of 296.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A6F6 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB241166246-
CMYK0.020.3300.04
HSL296.25º81.63%80.78%-
HSV(B)296.25º32.52%96.47%-
XYZ66.5552.6393.84-
YUV197.54155.35159-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 166 (65.23% from 255) = 25.42%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=36.91%
G=25.42%
B=37.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2411662460.020.3300.04296.2581.6380.78
HexF1A6F6221041285251
Octal36124636624104450122121
Binary11110001101001101111011010100001010010010100010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6F6; }

 p { color: rgb(241,166,246); }

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

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

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

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

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

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

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