Html Css Color HEX #FF6AE5 Pale Magenta

📋 copy color: '#FF6AE5'

red 255 ◦ green 106 ◦ blue 229

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

Shades of Pale Magenta #FF6AE5

Tints of Pale Magenta #FF6AE5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.97%

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

R = 43.22%
G = 17.97%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF6AE5 (or 0xFF6AE5) is known color: Pale Magenta. HEX triplet: FF, 6A and E5. RGB value is (255,106,229). Sum of RGB (Red+Green+Blue) = 255+106+229=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 106 (41.80% from 255 or 17.97% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6AE5 is #00951A. Grayscale: #A4A4A4. Windows color (decimal): -38171 or 15035135. OLE color: 15035135.

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

Color convert

RGB 255 106 229 -
CMYK 0 0.58 0.10 0
HSL 310.47º 1% 0.71% -
HSV(B) 310.47º 0.58% 1% -
XYZ 60.54 37.23 78.12 -
YUV 164.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 255 106 229 0 0.58 0.10 0 310.47 1 0.71
Hex FF 6A E5 0 3A A 0 136 64 47
Octal 377 152 345 0 72 12 0 466 144 107
Binary 11111111 1101010 11100101 0 111010 1010 0 100110110 1100100 1000111

Color Harmonies of #FF6AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AE5

Black with #FF6AE5

Text Example


Text Example

White with #FF6AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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