#F087DC

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

Shades of Pale Magenta #F087DC

Tints of Pale Magenta #F087DC

Color information

#F087DC (or 0xF087DC) is unknown color: approx Pale Magenta. HEX triplet: F0, 87 and DC. RGB value is (240,135,220). Sum of RGB (Red+Green+Blue) = 240+135+220=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 135 (53.12% from 255 or 22.69% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F087DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087DC is #0F7823. Grayscale: #AFAFAF. Windows color (decimal): -1013796 or 14452720. OLE color: 14452720.

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

Color convert

RGB240135220-
CMYK00.440.080.06
HSL311.43º77.78%73.53%-
HSV(B)311.43º43.75%94.12%-
XYZ57.5241.0272.6-
YUV176.08152.79173.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 135 (53.12% from 255) = 22.69%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=40.34%
G=22.69%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013522000.440.080.06311.4377.7873.53
HexF087DC02C861374e4a
Octal360207334054106467116112
Binary1111000010000111110111000101100100011010011011110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087DC; }

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

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

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

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

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

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

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

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