#f2a9f6

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

Shades of Plum #F2A9F6

Tints of Plum #F2A9F6

Color information

#F2A9F6 (or 0xF2A9F6) is unknown color: approx Plum. HEX triplet: F2, A9 and F6. RGB value is (242,169,246). Sum of RGB (Red+Green+Blue) = 242+169+246=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 169 (66.41% from 255 or 25.72% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2A9F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9F6 is #0D5609. Grayscale: #C7C7C7. Windows color (decimal): -873994 or 16165362. OLE color: 16165362.

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

Color convert

RGB242169246-
CMYK0.020.3100.04
HSL296.88º81.05%81.37%-
HSV(B)296.88º31.3%96.47%-
XYZ67.4453.9194.04-
YUV199.6154.18158.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 169 (66.41% from 255) = 25.72%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=36.83%
G=25.72%
B=37.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421692460.020.3100.04296.8881.0581.37
HexF2A9F621F041295151
Octal36225136623704451121121
Binary1111001010101001111101101011111010010010100110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a9f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a9f6; }

 p { color: rgb(242,169,246); }

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

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

 a { background-color: rgb(242,169,246); }

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

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

 span { border-color: rgb(242,169,246); }

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