#F083DE

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

Shades of Pale Magenta #F083DE

Tints of Pale Magenta #F083DE

Color information

#F083DE (or 0xF083DE) is unknown color: approx Pale Magenta. HEX triplet: F0, 83 and DE. RGB value is (240,131,222). Sum of RGB (Red+Green+Blue) = 240+131+222=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F083DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083DE is #0F7C21. Grayscale: #ADADAD. Windows color (decimal): -1014818 or 14582768. OLE color: 14582768.

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

Color convert

RGB240131222-
CMYK00.450.080.06
HSL309.91º78.42%72.75%-
HSV(B)309.91º45.42%94.12%-
XYZ57.2440.0373.82-
YUV173.96155.11175.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 131 (51.56% from 255) = 22.09%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=40.47%
G=22.09%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013122200.450.080.06309.9178.4272.75
HexF083DE02D861364e49
Octal360203336055106466116111
Binary1111000010000011110111100101101100011010011011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F083DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F083DE; }

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

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

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

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

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

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

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

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