#FF8AF6

Color #FF8AF6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF8AF6

Tints of Pale Magenta #FF8AF6

Color information

#FF8AF6 (or 0xFF8AF6) is unknown color: approx Pale Magenta. HEX triplet: FF, 8A and F6. RGB value is (255,138,246). Sum of RGB (Red+Green+Blue) = 255+138+246=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 138 (54.30% from 255 or 21.60% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AF6 is #007509. Grayscale: #B8B8B8. Windows color (decimal): -29962 or 16157439. OLE color: 16157439.

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

Color convert

RGB255138246-
CMYK00.460.040
HSL304.62º100%77.06%-
HSV(B)304.62º45.88%100%-
XYZ66.9646.0992.56-
YUV185.3162.26177.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 138 (54.30% from 255) = 21.60%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=39.91%
G=21.60%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513824600.460.040304.6210077.06
HexFF8AF602E40131644d
Octal37721236605640461144115
Binary1111111110001010111101100101110100010011000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AF6; }

 p { color: rgb(255,138,246); }

 H1.HeaderClassName
 {
   color: #FF8AF6;
 }
 .AnyTagClassName
 {
   color: #FF8AF6;
 }
</style>
background-color css

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

 a { background-color: rgb(255,138,246); }

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

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

 span { border-color: rgb(255,138,246); }

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