Html Css Color HEX #FF6AE6 Pale Magenta

📋 copy color: '#FF6AE6'

red 255 ◦ green 106 ◦ blue 230

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

Shades of Pale Magenta #FF6AE6

Tints of Pale Magenta #FF6AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.92%

R = 43.15%
G = 17.94%
B = 38.92%

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

#FF6AE6 (or 0xFF6AE6) is known color: Pale Magenta. HEX triplet: FF, 6A and E6. RGB value is (255,106,230). Sum of RGB (Red+Green+Blue) = 255+106+230=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AE6 is #009519. Grayscale: #A4A4A4. Windows color (decimal): -38170 or 15100671. OLE color: 15100671.

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

Color convert

RGB 255 106 230 -
CMYK 0 0.58 0.10 0
HSL 310.07º 1% 0.71% -
HSV(B) 310.07º 0.58% 1% -
XYZ 60.68 37.28 78.86 -
YUV 164.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 255 106 230 0 0.58 0.10 0 310.07 1 0.71
Hex FF 6A E6 0 3A A 0 136 64 47
Octal 377 152 346 0 72 12 0 466 144 107
Binary 11111111 1101010 11100110 0 111010 1010 0 100110110 1100100 1000111

Color Harmonies of #FF6AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6AE6

Black with #FF6AE6

Text Example


Text Example

White with #FF6AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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