#F087DA

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

Shades of Pale Magenta #F087DA

Tints of Pale Magenta #F087DA

Color information

#F087DA (or 0xF087DA) is unknown color: approx Pale Magenta. HEX triplet: F0, 87 and DA. RGB value is (240,135,218). Sum of RGB (Red+Green+Blue) = 240+135+218=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F087DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087DA is #0F7825. Grayscale: #AFAFAF. Windows color (decimal): -1013798 or 14321648. OLE color: 14321648.

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

Color convert

RGB240135218-
CMYK00.440.090.06
HSL312.57º77.78%73.53%-
HSV(B)312.57º43.75%94.12%-
XYZ57.2540.9271.21-
YUV175.86151.79173.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 135 (53.12% from 255) = 22.77%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=40.47%
G=22.77%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013521800.440.090.06312.5777.7873.53
HexF087DA02C961394e4a
Octal360207332054116471116112
Binary1111000010000111110110100101100100111010011100110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087DA; }

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

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

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

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

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

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

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

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