Html Css Color HEX #FF7FEC Pale Magenta

📋 copy color: '#FF7FEC'

red 255 ◦ green 127 ◦ blue 236

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

Shades of Pale Magenta #FF7FEC

Tints of Pale Magenta #FF7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 20.55%

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 41.26%
G = 20.55%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF7FEC (or 0xFF7FEC) is known color: Pale Magenta. HEX triplet: FF, 7F and EC. RGB value is (255,127,236). Sum of RGB (Red+Green+Blue) = 255+127+236=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FEC is #008013. Grayscale: #B1B1B1. Windows color (decimal): -32788 or 15499263. OLE color: 15499263.

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

Color convert

RGB 255 127 236 -
CMYK 0 0.50 0.07 0
HSL 308.91º 1% 0.75% -
HSV(B) 308.91º 0.5% 1% -
XYZ 63.97 42.49 84.19 -
YUV 177.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 255 127 236 0 0.50 0.07 0 308.91 1 0.75
Hex FF 7F EC 0 32 7 0 135 64 4B
Octal 377 177 354 0 62 7 0 465 144 113
Binary 11111111 1111111 11101100 0 110010 111 0 100110101 1100100 1001011

Color Harmonies of #FF7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FEC

Black with #FF7FEC

Text Example


Text Example

White with #FF7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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