Html Css Color HEX #FF7CE7 Pale Magenta

📋 copy color: '#FF7CE7'

red 255 ◦ green 124 ◦ blue 231

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

Shades of Pale Magenta #FF7CE7

Tints of Pale Magenta #FF7CE7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.33%

 BLUE value IS 231 (90.63% from 255) = 37.87%

R = 41.8%
G = 20.33%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF7CE7 (or 0xFF7CE7) is known color: Pale Magenta. HEX triplet: FF, 7C and E7. RGB value is (255,124,231). Sum of RGB (Red+Green+Blue) = 255+124+231=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CE7 is #008318. Grayscale: #AFAFAF. Windows color (decimal): -33561 or 15170815. OLE color: 15170815.

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

Color convert

RGB 255 124 231 -
CMYK 0 0.51 0.09 0
HSL 310.99º 1% 0.74% -
HSV(B) 310.99º 0.51% 1% -
XYZ 62.87 41.44 80.29 -
YUV 175.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 255 124 231 0 0.51 0.09 0 310.99 1 0.74
Hex FF 7C E7 0 33 9 0 137 64 4A
Octal 377 174 347 0 63 11 0 467 144 112
Binary 11111111 1111100 11100111 0 110011 1001 0 100110111 1100100 1001010

Color Harmonies of #FF7CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CE7

Black with #FF7CE7

Text Example


Text Example

White with #FF7CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CE7; }

 p { color: rgb(255,124,231); }

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

background-color css

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

 a { background-color: rgb(255,124,231); }

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

border-color css

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

 span { border-color: rgb(255,124,231); }

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