#F082DC

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

Shades of Pale Magenta #F082DC

Tints of Pale Magenta #F082DC

Color information

#F082DC (or 0xF082DC) is unknown color: approx Pale Magenta. HEX triplet: F0, 82 and DC. RGB value is (240,130,220). Sum of RGB (Red+Green+Blue) = 240+130+220=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F082DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082DC is #0F7D23. Grayscale: #ACACAC. Windows color (decimal): -1015076 or 14451440. OLE color: 14451440.

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

Color convert

RGB240130220-
CMYK00.460.080.06
HSL310.91º78.57%72.55%-
HSV(B)310.91º45.83%94.12%-
XYZ56.8439.6672.37-
YUV173.15154.44175.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 130 (51.17% from 255) = 22.03%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=40.68%
G=22.03%
B=37.29%

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
Decimal24013022000.460.080.06310.9178.5772.55
HexF082DC02E861374f49
Octal360202334056106467117111
Binary1111000010000010110111000101110100011010011011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082DC; }

 p { color: rgb(240,130,220); }

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

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

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

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

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

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

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