#F0A6F1

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

Shades of Plum #F0A6F1

Tints of Plum #F0A6F1

Color information

#F0A6F1 (or 0xF0A6F1) is unknown color: approx Plum. HEX triplet: F0, A6 and F1. RGB value is (240,166,241). Sum of RGB (Red+Green+Blue) = 240+166+241=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 166 (65.23% from 255 or 25.66% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0A6F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A6F1 is #0F590E. Grayscale: #C4C4C4. Windows color (decimal): -1005839 or 15836912. OLE color: 15836912.

HSL color Cylindrical-coordinate representation of color #F0A6F1: hue angle of 299.2º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A6F1 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240166241-
CMYK0.000.3100.05
HSL299.2º72.82%79.8%-
HSV(B)299.2º31.12%94.51%-
XYZ65.4552.1589.84-
YUV196.68153.02158.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.09%
GREEN value IS 166 (65.23% from 255) = 25.66%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=37.09%
G=25.66%
B=37.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401662410.000.3100.05299.272.8279.8
HexF0A6F101F0512b4950
Octal36024636103705453111120
Binary111100001010011011110001011111010110010101110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A6F1; }

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

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

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

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

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

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

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

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