Html Css Color HEX #FF7EF2 Pale Magenta

📋 copy color: '#FF7EF2'

red 255 ◦ green 126 ◦ blue 242

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

Shades of Pale Magenta #FF7EF2

Tints of Pale Magenta #FF7EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.22%

 BLUE value IS 242 (94.92% from 255) = 38.84%

R = 40.93%
G = 20.22%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF7EF2 (or 0xFF7EF2) is known color: Pale Magenta. HEX triplet: FF, 7E and F2. RGB value is (255,126,242). Sum of RGB (Red+Green+Blue) = 255+126+242=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 126 (49.61% from 255 or 20.22% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EF2 is #00810D. Grayscale: #B1B1B1. Windows color (decimal): -33038 or 15892223. OLE color: 15892223.

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

Color convert

RGB 255 126 242 -
CMYK 0 0.51 0.05 0
HSL 306.05º 1% 0.75% -
HSV(B) 306.05º 0.51% 1% -
XYZ 64.73 42.59 88.81 -
YUV 177.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 255 126 242 0 0.51 0.05 0 306.05 1 0.75
Hex FF 7E F2 0 33 5 0 132 64 4B
Octal 377 176 362 0 63 5 0 462 144 113
Binary 11111111 1111110 11110010 0 110011 101 0 100110010 1100100 1001011

Color Harmonies of #FF7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EF2

Black with #FF7EF2

Text Example


Text Example

White with #FF7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EF2; }

 p { color: rgb(255,126,242); }

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

background-color css

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

 a { background-color: rgb(255,126,242); }

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

border-color css

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

 span { border-color: rgb(255,126,242); }

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