#F09EF1

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

Shades of Plum #F09EF1

Tints of Plum #F09EF1

Color information

#F09EF1 (or 0xF09EF1) is unknown color: approx Plum. HEX triplet: F0, 9E and F1. RGB value is (240,158,241). Sum of RGB (Red+Green+Blue) = 240+158+241=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EF1 is #0F610E. Grayscale: #BFBFBF. Windows color (decimal): -1007887 or 15834864. OLE color: 15834864.

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

Color convert

RGB240158241-
CMYK0.000.3400.05
HSL299.28º74.77%78.24%-
HSV(B)299.28º34.44%94.51%-
XYZ64.0449.3389.37-
YUV191.98155.67162.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 158 (62.11% from 255) = 24.73%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=37.56%
G=24.73%
B=37.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401582410.000.3400.05299.2874.7778.24
HexF09EF10220512b4b4e
Octal36023636104205453113116
Binary1111000010011110111100010100010010110010101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09EF1; }

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

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

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

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

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

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

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

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