#FF8FE0

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

Shades of Pale Magenta #FF8FE0

Tints of Pale Magenta #FF8FE0

Color information

#FF8FE0 (or 0xFF8FE0) is unknown color: approx Pale Magenta. HEX triplet: FF, 8F and E0. RGB value is (255,143,224). Sum of RGB (Red+Green+Blue) = 255+143+224=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FE0 is #00701F. Grayscale: #B9B9B9. Windows color (decimal): -28704 or 14716927. OLE color: 14716927.

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

Color convert

RGB255143224-
CMYK00.440.120
HSL316.61º100%78.04%-
HSV(B)316.61º43.92%100%-
XYZ64.5246.2976.05-
YUV185.72149.61177.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 143 (56.25% from 255) = 22.99%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=41.00%
G=22.99%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514322400.440.120316.6110078.04
HexFF8FE002CC013d644e
Octal377217340054140475144116
Binary11111111100011111110000001011001100010011110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FE0; }

 p { color: rgb(255,143,224); }

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

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

 a { background-color: rgb(255,143,224); }

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

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

 span { border-color: rgb(255,143,224); }

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