#F084DA

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

Shades of Pale Magenta #F084DA

Tints of Pale Magenta #F084DA

Color information

#F084DA (or 0xF084DA) is unknown color: approx Pale Magenta. HEX triplet: F0, 84 and DA. RGB value is (240,132,218). Sum of RGB (Red+Green+Blue) = 240+132+218=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F084DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084DA is #0F7B25. Grayscale: #ADADAD. Windows color (decimal): -1014566 or 14320880. OLE color: 14320880.

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

Color convert

RGB240132218-
CMYK00.450.090.06
HSL312.22º78.26%72.94%-
HSV(B)312.22º45%94.12%-
XYZ56.8440.0971.07-
YUV174.1152.78175.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=40.68%
G=22.37%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013221800.450.090.06312.2278.2672.94
HexF084DA02D961384e49
Octal360204332055116470116111
Binary1111000010000100110110100101101100111010011100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F084DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F084DA; }

 p { color: rgb(240,132,218); }

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

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

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

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

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

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

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