Html Css Color HEX #FF7AE5 Pale Magenta

📋 copy color: '#FF7AE5'

red 255 ◦ green 122 ◦ blue 229

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

Shades of Pale Magenta #FF7AE5

Tints of Pale Magenta #FF7AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 42.08%
G = 20.13%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF7AE5 (or 0xFF7AE5) is known color: Pale Magenta. HEX triplet: FF, 7A and E5. RGB value is (255,122,229). Sum of RGB (Red+Green+Blue) = 255+122+229=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AE5 is #00851A. Grayscale: #ADADAD. Windows color (decimal): -34075 or 15039231. OLE color: 15039231.

HSL color Cylindrical-coordinate representation of color #FF7AE5: hue angle of 311.73º 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 #FF7AE5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 122 229 -
CMYK 0 0.52 0.10 0
HSL 311.73º 1% 0.74% -
HSV(B) 311.73º 0.52% 1% -
XYZ 62.34 40.84 78.73 -
YUV 173.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 255 122 229 0 0.52 0.10 0 311.73 1 0.74
Hex FF 7A E5 0 34 A 0 138 64 4A
Octal 377 172 345 0 64 12 0 470 144 112
Binary 11111111 1111010 11100101 0 110100 1010 0 100111000 1100100 1001010

Color Harmonies of #FF7AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AE5

Black with #FF7AE5

Text Example


Text Example

White with #FF7AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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