Html Css Color HEX #FF6AE2 Pale Magenta

📋 copy color: '#FF6AE2'

red 255 ◦ green 106 ◦ blue 226

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

Shades of Pale Magenta #FF6AE2

Tints of Pale Magenta #FF6AE2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.06%

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

R = 43.44%
G = 18.06%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF6AE2 (or 0xFF6AE2) is known color: Pale Magenta. HEX triplet: FF, 6A and E2. RGB value is (255,106,226). Sum of RGB (Red+Green+Blue) = 255+106+226=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 106 (41.80% from 255 or 18.06% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AE2 is #00951D. Grayscale: #A3A3A3. Windows color (decimal): -38174 or 14838527. OLE color: 14838527.

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

Color convert

RGB 255 106 226 -
CMYK 0 0.58 0.11 0
HSL 311.68º 1% 0.71% -
HSV(B) 311.68º 0.58% 1% -
XYZ 60.12 37.06 75.94 -
YUV 164.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 255 106 226 0 0.58 0.11 0 311.68 1 0.71
Hex FF 6A E2 0 3A B 0 138 64 47
Octal 377 152 342 0 72 13 0 470 144 107
Binary 11111111 1101010 11100010 0 111010 1011 0 100111000 1100100 1000111

Color Harmonies of #FF6AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AE2

Black with #FF6AE2

Text Example


Text Example

White with #FF6AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AE2; }

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

 H1.HeaderClassName
 {
   color: #FF6AE2;
 }
 .AnyTagClassName
 {
   color: #FF6AE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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