#F071DA

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

Shades of Pale Magenta #F071DA

Tints of Pale Magenta #F071DA

Color information

#F071DA (or 0xF071DA) is unknown color: approx Pale Magenta. HEX triplet: F0, 71 and DA. RGB value is (240,113,218). Sum of RGB (Red+Green+Blue) = 240+113+218=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F071DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071DA is #0F8E25. Grayscale: #A2A2A2. Windows color (decimal): -1019430 or 14316016. OLE color: 14316016.

HSL color Cylindrical-coordinate representation of color #F071DA: hue angle of 310.39º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071DA is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240113218-
CMYK00.530.090.06
HSL310.39º80.89%69.22%-
HSV(B)310.39º52.92%94.12%-
XYZ54.535.470.29-
YUV162.94159.08182.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 113 (44.53% from 255) = 19.79%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=42.03%
G=19.79%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011321800.530.090.06310.3980.8969.22
HexF071DA035961365145
Octal360161332065116466121105
Binary111100001110001110110100110101100111010011011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F071DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F071DA; }

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

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

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

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

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

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

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

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