#F0A5F0

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

Shades of Plum #F0A5F0

Tints of Plum #F0A5F0

Color information

#F0A5F0 (or 0xF0A5F0) is unknown color: approx Plum. HEX triplet: F0, A5 and F0. RGB value is (240,165,240). Sum of RGB (Red+Green+Blue) = 240+165+240=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 165 (64.84% from 255 or 25.58% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0A5F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A5F0 is #0F5A0F. Grayscale: #C3C3C3. Windows color (decimal): -1006096 or 15771120. OLE color: 15771120.

HSL color Cylindrical-coordinate representation of color #F0A5F0: hue angle of 300º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5F0 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB240165240-
CMYK00.3100.06
HSL300º71.43%79.41%-
HSV(B)300º31.25%94.12%-
XYZ65.1251.7388.99-
YUV195.97152.85159.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 165 (64.84% from 255) = 25.58%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=37.21%
G=25.58%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016524000.3100.0630071.4379.41
HexF0A5F001F0612c474f
Octal36024536003706454107117
Binary111100001010010111110000011111011010010110010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A5F0; }

 p { color: rgb(240,165,240); }

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

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

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

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

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

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

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