Html Css Color HEX #FF66E2 Pale Magenta

📋 copy color: '#FF66E2'

red 255 ◦ green 102 ◦ blue 226

#FF66E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FF66E2

Tints of Pale Magenta #FF66E2

RGB

 RED value IS 255 (100% from 255) = 43.74%

 GREEN value IS 102 (40.23% from 255) = 17.5%

 BLUE value IS 226 (88.67% from 255) = 38.77%

R = 43.74%
G = 17.5%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF66E2 (or 0xFF66E2) is known color: 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

RGB 255 102 226 -
CMYK 0 0.6 0.11 0
HSL 311.37º 1% 0.7% -
HSV(B) 311.37º 0.6% 1% -
XYZ 59.72 36.25 75.8 -
YUV 161.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 255 102 226 0 0.6 0.11 0 311.37 1 0.7
Hex FF 66 E2 0 3C B 0 137 64 46
Octal 377 146 342 0 74 13 0 467 144 106
Binary 11111111 1100110 11100010 0 111100 1011 0 100110111 1100100 1000110

Color Harmonies of #FF66E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF66E2

Black with #FF66E2

Text Example


Text Example

White with #FF66E2

Text Example


Text Example

HTML Codes & Css Web 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>