Html Css Color HEX #FF7AE2 Pale Magenta

📋 copy color: '#FF7AE2'

red 255 ◦ green 122 ◦ blue 226

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

Shades of Pale Magenta #FF7AE2

Tints of Pale Magenta #FF7AE2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.23%

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

R = 42.29%
G = 20.23%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF7AE2 (or 0xFF7AE2) is known color: Pale Magenta. HEX triplet: FF, 7A and E2. RGB value is (255,122,226). Sum of RGB (Red+Green+Blue) = 255+122+226=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 122 (48.05% from 255 or 20.23% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AE2 is #00851D. Grayscale: #ADADAD. Windows color (decimal): -34078 or 14842623. OLE color: 14842623.

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

Color convert

RGB 255 122 226 -
CMYK 0 0.52 0.11 0
HSL 313.08º 1% 0.74% -
HSV(B) 313.08º 0.52% 1% -
XYZ 61.93 40.67 76.54 -
YUV 173.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 255 122 226 0 0.52 0.11 0 313.08 1 0.74
Hex FF 7A E2 0 34 B 0 139 64 4A
Octal 377 172 342 0 64 13 0 471 144 112
Binary 11111111 1111010 11100010 0 110100 1011 0 100111001 1100100 1001010

Color Harmonies of #FF7AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AE2

Black with #FF7AE2

Text Example


Text Example

White with #FF7AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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