#FF8AF1

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

Shades of Pale Magenta #FF8AF1

Tints of Pale Magenta #FF8AF1

Color information

#FF8AF1 (or 0xFF8AF1) is unknown color: approx Pale Magenta. HEX triplet: FF, 8A and F1. RGB value is (255,138,241). Sum of RGB (Red+Green+Blue) = 255+138+241=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 138 (54.30% from 255 or 21.77% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AF1 is #00750E. Grayscale: #B8B8B8. Windows color (decimal): -29967 or 15829759. OLE color: 15829759.

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

Color convert

RGB255138241-
CMYK00.460.050
HSL307.18º100%77.06%-
HSV(B)307.18º45.88%100%-
XYZ66.2145.7988.57-
YUV184.72159.76178.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 138 (54.30% from 255) = 21.77%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=40.22%
G=21.77%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513824100.460.050307.1810077.06
HexFF8AF102E50133644d
Octal37721236105650463144115
Binary1111111110001010111100010101110101010011001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AF1; }

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

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

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

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

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

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

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

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