#F68CEC

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

Shades of Pale Magenta #F68CEC

Tints of Pale Magenta #F68CEC

Color information

#F68CEC (or 0xF68CEC) is unknown color: approx Pale Magenta. HEX triplet: F6, 8C and EC. RGB value is (246,140,236). Sum of RGB (Red+Green+Blue) = 246+140+236=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 140 (55.08% from 255 or 22.51% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CEC is #097313. Grayscale: #B6B6B6. Windows color (decimal): -619284 or 15502582. OLE color: 15502582.

HSL color Cylindrical-coordinate representation of color #F68CEC: hue angle of 305.66º 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 #F68CEC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246140236-
CMYK00.430.040.04
HSL305.66º85.48%75.69%-
HSV(B)305.66º43.09%96.47%-
XYZ62.5244.4184.63-
YUV182.64158.12173.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 140 (55.08% from 255) = 22.51%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=39.55%
G=22.51%
B=37.94%

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
Decimal24614023600.430.040.04305.6685.4875.69
HexF68CEC02B44132554c
Octal36621435405344462125114
Binary111101101000110011101100010101110010010011001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CEC; }

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

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

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

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

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

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

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

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