#F691EB

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

Shades of Pale Magenta #F691EB

Tints of Pale Magenta #F691EB

Color information

#F691EB (or 0xF691EB) is unknown color: approx Pale Magenta. HEX triplet: F6, 91 and EB. RGB value is (246,145,235). Sum of RGB (Red+Green+Blue) = 246+145+235=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 145 (57.03% from 255 or 23.16% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F691EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F691EB is #096E14. Grayscale: #B9B9B9. Windows color (decimal): -618005 or 15438326. OLE color: 15438326.

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

Color convert

RGB246145235-
CMYK00.410.040.04
HSL306.53º84.87%76.67%-
HSV(B)306.53º41.06%96.47%-
XYZ63.1345.8484.12-
YUV185.46155.96171.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.30%
GREEN value IS 145 (57.03% from 255) = 23.16%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=39.30%
G=23.16%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614523500.410.040.04306.5384.8776.67
HexF691EB02944133554d
Octal36622135305144463125115
Binary111101101001000111101011010100110010010011001110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691EB; }

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

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

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

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

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

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

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

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