#F0A3F1

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

Shades of Plum #F0A3F1

Tints of Plum #F0A3F1

Color information

#F0A3F1 (or 0xF0A3F1) is unknown color: approx Plum. HEX triplet: F0, A3 and F1. RGB value is (240,163,241). Sum of RGB (Red+Green+Blue) = 240+163+241=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 163 (64.06% from 255 or 25.31% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0A3F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3F1 is #0F5C0E. Grayscale: #C2C2C2. Windows color (decimal): -1006607 or 15836144. OLE color: 15836144.

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

Color convert

RGB240163241-
CMYK0.000.3200.05
HSL299.23º73.58%79.22%-
HSV(B)299.23º32.37%94.51%-
XYZ64.9151.0789.66-
YUV194.91154.01160.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.27%
GREEN value IS 163 (64.06% from 255) = 25.31%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=37.27%
G=25.31%
B=37.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401632410.000.3200.05299.2373.5879.22
HexF0A3F10200512b4a4f
Octal36024336104005453112117
Binary1111000010100011111100010100000010110010101110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A3F1; }

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

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

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

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

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

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

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

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