Html Css Color HEX #FF7AEE Pale Magenta

📋 copy color: '#FF7AEE'

red 255 ◦ green 122 ◦ blue 238

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

Shades of Pale Magenta #FF7AEE

Tints of Pale Magenta #FF7AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.7%

R = 41.46%
G = 19.84%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF7AEE (or 0xFF7AEE) is known color: Pale Magenta. HEX triplet: FF, 7A and EE. RGB value is (255,122,238). Sum of RGB (Red+Green+Blue) = 255+122+238=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 122 (48.05% from 255 or 19.84% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AEE is #008511. Grayscale: #AEAEAE. Windows color (decimal): -34066 or 15629055. OLE color: 15629055.

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

Color convert

RGB 255 122 238 -
CMYK 0 0.52 0.07 0
HSL 307.67º 1% 0.74% -
HSV(B) 307.67º 0.52% 1% -
XYZ 63.63 41.35 85.52 -
YUV 174.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 255 122 238 0 0.52 0.07 0 307.67 1 0.74
Hex FF 7A EE 0 34 7 0 134 64 4A
Octal 377 172 356 0 64 7 0 464 144 112
Binary 11111111 1111010 11101110 0 110100 111 0 100110100 1100100 1001010

Color Harmonies of #FF7AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AEE

Black with #FF7AEE

Text Example


Text Example

White with #FF7AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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