Html Css Color HEX #FE7BE1 Pale Magenta

📋 copy color: '#FE7BE1'

red 254 ◦ green 123 ◦ blue 225

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

Shades of Pale Magenta #FE7BE1

Tints of Pale Magenta #FE7BE1

RGB

 RED value IS 254 (99.61% from 255) = 42.19%

 GREEN value IS 123 (48.44% from 255) = 20.43%

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 42.19%
G = 20.43%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE7BE1 (or 0xFE7BE1) is known color: Pale Magenta. HEX triplet: FE, 7B and E1. RGB value is (254,123,225). Sum of RGB (Red+Green+Blue) = 254+123+225=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 123 (48.44% from 255 or 20.43% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BE1 is #01841E. Grayscale: #ADADAD. Windows color (decimal): -99359 or 14777342. OLE color: 14777342.

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

Color convert

RGB 254 123 225 -
CMYK 0 0.52 0.11 0.00
HSL 313.28º 0.98% 0.74% -
HSV(B) 313.28º 0.52% 1% -
XYZ 61.55 40.67 75.84 -
YUV 173.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 254 123 225 0 0.52 0.11 0.00 313.28 0.98 0.74
Hex FE 7B E1 0 34 B 0 139 62 4A
Octal 376 173 341 0 64 13 0 471 142 112
Binary 11111110 1111011 11100001 0 110100 1011 0 100111001 1100010 1001010

Color Harmonies of #FE7BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BE1

Black with #FE7BE1

Text Example


Text Example

White with #FE7BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BE1; }

 p { color: rgb(254,123,225); }

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

background-color css

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

 a { background-color: rgb(254,123,225); }

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

border-color css

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

 span { border-color: rgb(254,123,225); }

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