#FF66E2

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

Shades of Pale Magenta #FF66E2

Tints of Pale Magenta #FF66E2

Color information

#FF66E2 (or 0xFF66E2) is unknown color: approx Pale Magenta. HEX triplet: FF, 66 and E2. RGB value is (255,102,226). Sum of RGB (Red+Green+Blue) = 255+102+226=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66E2 is #00991D. Grayscale: #A1A1A1. Windows color (decimal): -39198 or 14837503. OLE color: 14837503.

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

Color convert

RGB255102226-
CMYK00.60.110
HSL311.37º100%70%-
HSV(B)311.37º60%100%-
XYZ59.7236.2575.8-
YUV161.88164.19194.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 102 (40.23% from 255) = 17.50%
BLUE value IS 226 (88.67% from 255) = 38.77%
R=43.74%
G=17.50%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510222600.60.110311.3710070
HexFF66E203CB01376446
Octal377146342074130467144106
Binary1111111111001101110001001111001011010011011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66E2; }

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

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

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

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

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

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

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

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