Html Css Color HEX #FF7AEB Pale Magenta

📋 copy color: '#FF7AEB'

red 255 ◦ green 122 ◦ blue 235

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

Shades of Pale Magenta #FF7AEB

Tints of Pale Magenta #FF7AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 41.67%
G = 19.93%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF7AEB (or 0xFF7AEB) is known color: Pale Magenta. HEX triplet: FF, 7A and EB. RGB value is (255,122,235). Sum of RGB (Red+Green+Blue) = 255+122+235=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 122 (48.05% from 255 or 19.93% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AEB is #008514. Grayscale: #AEAEAE. Windows color (decimal): -34069 or 15432447. OLE color: 15432447.

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

Color convert

RGB 255 122 235 -
CMYK 0 0.52 0.08 0
HSL 309.02º 1% 0.74% -
HSV(B) 309.02º 0.52% 1% -
XYZ 63.19 41.18 83.21 -
YUV 174.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 255 122 235 0 0.52 0.08 0 309.02 1 0.74
Hex FF 7A EB 0 34 8 0 135 64 4A
Octal 377 172 353 0 64 10 0 465 144 112
Binary 11111111 1111010 11101011 0 110100 1000 0 100110101 1100100 1001010

Color Harmonies of #FF7AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AEB

Black with #FF7AEB

Text Example


Text Example

White with #FF7AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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