#F086DD

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

Shades of Pale Magenta #F086DD

Tints of Pale Magenta #F086DD

Color information

#F086DD (or 0xF086DD) is unknown color: approx Pale Magenta. HEX triplet: F0, 86 and DD. RGB value is (240,134,221). Sum of RGB (Red+Green+Blue) = 240+134+221=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F086DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086DD is #0F7922. Grayscale: #AFAFAF. Windows color (decimal): -1014051 or 14518000. OLE color: 14518000.

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

Color convert

RGB240134221-
CMYK00.440.080.06
HSL310.75º77.94%73.33%-
HSV(B)310.75º44.17%94.12%-
XYZ57.5140.873.25-
YUV175.61153.62173.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 134 (52.73% from 255) = 22.52%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=40.34%
G=22.52%
B=37.14%

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
Decimal24013422100.440.080.06310.7577.9473.33
HexF086DD02C861374e49
Octal360206335054106467116111
Binary1111000010000110110111010101100100011010011011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086DD; }

 p { color: rgb(240,134,221); }

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

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

 a { background-color: rgb(240,134,221); }

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

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

 span { border-color: rgb(240,134,221); }

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