#F68DEB

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

Shades of Pale Magenta #F68DEB

Tints of Pale Magenta #F68DEB

Color information

#F68DEB (or 0xF68DEB) is unknown color: approx Pale Magenta. HEX triplet: F6, 8D and EB. RGB value is (246,141,235). Sum of RGB (Red+Green+Blue) = 246+141+235=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 141 (55.47% from 255 or 22.67% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DEB is #097214. Grayscale: #B6B6B6. Windows color (decimal): -619029 or 15437302. OLE color: 15437302.

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

Color convert

RGB246141235-
CMYK00.430.040.04
HSL306.29º85.37%75.88%-
HSV(B)306.29º42.68%96.47%-
XYZ62.5344.6483.92-
YUV183.11157.29172.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.55%
GREEN value IS 141 (55.47% from 255) = 22.67%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=39.55%
G=22.67%
B=37.78%

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
Decimal24614123500.430.040.04306.2985.3775.88
HexF68DEB02B44132554c
Octal36621535305344462125114
Binary111101101000110111101011010101110010010011001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68DEB; }

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

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

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

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

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

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

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

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