#F082D6

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

Shades of Pale Magenta #F082D6

Tints of Pale Magenta #F082D6

Color information

#F082D6 (or 0xF082D6) is unknown color: approx Pale Magenta. HEX triplet: F0, 82 and D6. RGB value is (240,130,214). Sum of RGB (Red+Green+Blue) = 240+130+214=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F082D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082D6 is #0F7D29. Grayscale: #ACACAC. Windows color (decimal): -1015082 or 14058224. OLE color: 14058224.

HSL color Cylindrical-coordinate representation of color #F082D6: hue angle of 314.18º 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 #F082D6 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB240130214-
CMYK00.460.110.06
HSL314.18º78.57%72.55%-
HSV(B)314.18º45.83%94.12%-
XYZ56.0639.3568.26-
YUV172.47151.44176.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 130 (51.17% from 255) = 22.26%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=41.10%
G=22.26%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013021400.460.110.06314.1878.5772.55
HexF082D602EB613a4f49
Octal360202326056136472117111
Binary1111000010000010110101100101110101111010011101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082D6; }

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

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

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

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

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

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

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

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