Html Css Color HEX #FF7FED Pale Magenta

📋 copy color: '#FF7FED'

red 255 ◦ green 127 ◦ blue 237

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

Shades of Pale Magenta #FF7FED

Tints of Pale Magenta #FF7FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 41.2%
G = 20.52%
B = 38.29%

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

#FF7FED (or 0xFF7FED) is known color: Pale Magenta. HEX triplet: FF, 7F and ED. RGB value is (255,127,237). Sum of RGB (Red+Green+Blue) = 255+127+237=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FED is #008012. Grayscale: #B1B1B1. Windows color (decimal): -32787 or 15564799. OLE color: 15564799.

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

Color convert

RGB 255 127 237 -
CMYK 0 0.50 0.07 0
HSL 308.44º 1% 0.75% -
HSV(B) 308.44º 0.5% 1% -
XYZ 64.12 42.55 84.96 -
YUV 177.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 255 127 237 0 0.50 0.07 0 308.44 1 0.75
Hex FF 7F ED 0 32 7 0 134 64 4B
Octal 377 177 355 0 62 7 0 464 144 113
Binary 11111111 1111111 11101101 0 110010 111 0 100110100 1100100 1001011

Color Harmonies of #FF7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FED

Black with #FF7FED

Text Example


Text Example

White with #FF7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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