#F68CEB

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

Shades of Pale Magenta #F68CEB

Tints of Pale Magenta #F68CEB

Color information

#F68CEB (or 0xF68CEB) is unknown color: approx Pale Magenta. HEX triplet: F6, 8C and EB. RGB value is (246,140,235). Sum of RGB (Red+Green+Blue) = 246+140+235=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CEB is #097314. Grayscale: #B6B6B6. Windows color (decimal): -619285 or 15437046. OLE color: 15437046.

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

Color convert

RGB246140235-
CMYK00.430.040.04
HSL306.23º85.48%75.69%-
HSV(B)306.23º43.09%96.47%-
XYZ62.3844.3583.87-
YUV182.52157.62173.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.61%
GREEN value IS 140 (55.08% from 255) = 22.54%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=39.61%
G=22.54%
B=37.84%

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
Decimal24614023500.430.040.04306.2385.4875.69
HexF68CEB02B44132554c
Octal36621435305344462125114
Binary111101101000110011101011010101110010010011001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CEB; }

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

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

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

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

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

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

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

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