Html Css Color HEX #FF7FE0 Pale Magenta

📋 copy color: '#FF7FE0'

red 255 ◦ green 127 ◦ blue 224

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

Shades of Pale Magenta #FF7FE0

Tints of Pale Magenta #FF7FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.96%

R = 42.08%
G = 20.96%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF7FE0 (or 0xFF7FE0) is known color: Pale Magenta. HEX triplet: FF, 7F and E0. RGB value is (255,127,224). Sum of RGB (Red+Green+Blue) = 255+127+224=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FE0 is #00801F. Grayscale: #B0B0B0. Windows color (decimal): -32800 or 14712831. OLE color: 14712831.

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

Color convert

RGB 255 127 224 -
CMYK 0 0.50 0.12 0
HSL 314.53º 1% 0.75% -
HSV(B) 314.53º 0.5% 1% -
XYZ 62.28 41.82 75.31 -
YUV 176.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 255 127 224 0 0.50 0.12 0 314.53 1 0.75
Hex FF 7F E0 0 32 C 0 13B 64 4B
Octal 377 177 340 0 62 14 0 473 144 113
Binary 11111111 1111111 11100000 0 110010 1100 0 100111011 1100100 1001011

Color Harmonies of #FF7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FE0

Black with #FF7FE0

Text Example


Text Example

White with #FF7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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