#F691E2

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

Shades of Pale Magenta #F691E2

Tints of Pale Magenta #F691E2

Color information

#F691E2 (or 0xF691E2) is unknown color: approx Pale Magenta. HEX triplet: F6, 91 and E2. RGB value is (246,145,226). Sum of RGB (Red+Green+Blue) = 246+145+226=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F691E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691E2 is #096E1D. Grayscale: #B8B8B8. Windows color (decimal): -618014 or 14848502. OLE color: 14848502.

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

Color convert

RGB246145226-
CMYK00.410.080.04
HSL311.88º84.87%76.67%-
HSV(B)311.88º41.06%96.47%-
XYZ61.8645.3377.44-
YUV184.43151.46171.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=39.87%
G=23.50%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614522600.410.080.04311.8884.8776.67
HexF691E202984138554d
Octal366221342051104470125115
Binary1111011010010001111000100101001100010010011100010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691E2; }

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

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

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

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

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

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

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

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