#F68BE5

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

Shades of Pale Magenta #F68BE5

Tints of Pale Magenta #F68BE5

Color information

#F68BE5 (or 0xF68BE5) is unknown color: approx Pale Magenta. HEX triplet: F6, 8B and E5. RGB value is (246,139,229). Sum of RGB (Red+Green+Blue) = 246+139+229=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BE5 is #09741A. Grayscale: #B5B5B5. Windows color (decimal): -619547 or 15043574. OLE color: 15043574.

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

Color convert

RGB246139229-
CMYK00.430.070.04
HSL309.53º85.6%75.49%-
HSV(B)309.53º43.5%96.47%-
XYZ61.3843.7279.33-
YUV181.25154.95174.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 139 (54.69% from 255) = 22.64%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=40.07%
G=22.64%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613922900.430.070.04309.5385.675.49
HexF68BE502B74136564b
Octal36621334505374466126113
Binary111101101000101111100101010101111110010011011010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68BE5; }

 p { color: rgb(246,139,229); }

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

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

 a { background-color: rgb(246,139,229); }

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

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

 span { border-color: rgb(246,139,229); }

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