#ff68e2

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

Shades of Pale Magenta #FF68E2

Tints of Pale Magenta #FF68E2

Color information

#FF68E2 (or 0xFF68E2) is unknown color: approx Pale Magenta. HEX triplet: FF, 68 and E2. RGB value is (255,104,226). Sum of RGB (Red+Green+Blue) = 255+104+226=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68E2 is #00971D. Grayscale: #A2A2A2. Windows color (decimal): -38686 or 14838015. OLE color: 14838015.

HSL color Cylindrical-coordinate representation of color #FF68E2: hue angle of 311.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68E2 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255104226-
CMYK00.590.110
HSL311.52º100%70.39%-
HSV(B)311.52º59.22%100%-
XYZ59.9236.6575.87-
YUV163.06163.53193.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 104 (41.02% from 255) = 17.78%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=43.59%
G=17.78%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510422600.590.110311.5210070.39
HexFF68E203BB01386446
Octal377150342073130470144106
Binary1111111111010001110001001110111011010011100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff68e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff68e2; }

 p { color: rgb(255,104,226); }

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

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

 a { background-color: rgb(255,104,226); }

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

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

 span { border-color: rgb(255,104,226); }

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