#F68DEC

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

Shades of Pale Magenta #F68DEC

Tints of Pale Magenta #F68DEC

Color information

#F68DEC (or 0xF68DEC) is unknown color: approx Pale Magenta. HEX triplet: F6, 8D and EC. RGB value is (246,141,236). Sum of RGB (Red+Green+Blue) = 246+141+236=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 141 (55.47% from 255 or 22.63% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DEC is #097213. Grayscale: #B6B6B6. Windows color (decimal): -619028 or 15502838. OLE color: 15502838.

HSL color Cylindrical-coordinate representation of color #F68DEC: hue angle of 305.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DEC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246141236-
CMYK00.430.040.04
HSL305.71º85.37%75.88%-
HSV(B)305.71º42.68%96.47%-
XYZ62.6744.784.68-
YUV183.22157.79172.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 141 (55.47% from 255) = 22.63%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=39.49%
G=22.63%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614123600.430.040.04305.7185.3775.88
HexF68DEC02B44132554c
Octal36621535405344462125114
Binary111101101000110111101100010101110010010011001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68DEC; }

 p { color: rgb(246,141,236); }

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

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

 a { background-color: rgb(246,141,236); }

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

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

 span { border-color: rgb(246,141,236); }

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