Html Css Color HEX #FF7AE7 Pale Magenta

📋 copy color: '#FF7AE7'

red 255 ◦ green 122 ◦ blue 231

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

Shades of Pale Magenta #FF7AE7

Tints of Pale Magenta #FF7AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.99%

R = 41.94%
G = 20.07%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF7AE7 (or 0xFF7AE7) is known color: Pale Magenta. HEX triplet: FF, 7A and E7. RGB value is (255,122,231). Sum of RGB (Red+Green+Blue) = 255+122+231=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 122 (48.05% from 255 or 20.07% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AE7 is #008518. Grayscale: #ADADAD. Windows color (decimal): -34073 or 15170303. OLE color: 15170303.

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

Color convert

RGB 255 122 231 -
CMYK 0 0.52 0.09 0
HSL 310.83º 1% 0.74% -
HSV(B) 310.83º 0.52% 1% -
XYZ 62.62 40.95 80.2 -
YUV 174.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 255 122 231 0 0.52 0.09 0 310.83 1 0.74
Hex FF 7A E7 0 34 9 0 137 64 4A
Octal 377 172 347 0 64 11 0 467 144 112
Binary 11111111 1111010 11100111 0 110100 1001 0 100110111 1100100 1001010

Color Harmonies of #FF7AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AE7

Black with #FF7AE7

Text Example


Text Example

White with #FF7AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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