#F081DE

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

Shades of Pale Magenta #F081DE

Tints of Pale Magenta #F081DE

Color information

#F081DE (or 0xF081DE) is unknown color: approx Pale Magenta. HEX triplet: F0, 81 and DE. RGB value is (240,129,222). Sum of RGB (Red+Green+Blue) = 240+129+222=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F081DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081DE is #0F7E21. Grayscale: #ACACAC. Windows color (decimal): -1015330 or 14582256. OLE color: 14582256.

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

Color convert

RGB240129222-
CMYK00.460.080.06
HSL309.73º78.72%72.35%-
HSV(B)309.73º46.25%94.12%-
XYZ56.9739.573.73-
YUV172.79155.77175.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 129 (50.78% from 255) = 21.83%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=40.61%
G=21.83%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012922200.460.080.06309.7378.7272.35
HexF081DE02E861364f48
Octal360201336056106466117110
Binary1111000010000001110111100101110100011010011011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081DE; }

 p { color: rgb(240,129,222); }

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

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

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

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

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

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

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