#FF7FEA

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

Shades of Pale Magenta #FF7FEA

Tints of Pale Magenta #FF7FEA

Color information

#FF7FEA (or 0xFF7FEA) is unknown color: approx Pale Magenta. HEX triplet: FF, 7F and EA. RGB value is (255,127,234). Sum of RGB (Red+Green+Blue) = 255+127+234=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FEA is #008015. Grayscale: #B1B1B1. Windows color (decimal): -32790 or 15368191. OLE color: 15368191.

HSL color Cylindrical-coordinate representation of color #FF7FEA: hue angle of 309.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FEA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255127234-
CMYK00.500.080
HSL309.84º100%74.9%-
HSV(B)309.84º50.2%100%-
XYZ63.6842.3882.67-
YUV177.47159.91183.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 127 (50% from 255) = 20.62%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=41.40%
G=20.62%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512723400.500.080309.8410074.9
HexFF7FEA03280136644b
Octal377177352062100466144113
Binary1111111111111111110101001100101000010011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7FEA; }

 p { color: rgb(255,127,234); }

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

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

 a { background-color: rgb(255,127,234); }

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

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

 span { border-color: rgb(255,127,234); }

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