Html Css Color HEX #FF8BE1 Pale Magenta

📋 copy color: '#FF8BE1'

red 255 ◦ green 139 ◦ blue 225

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

Shades of Pale Magenta #FF8BE1

Tints of Pale Magenta #FF8BE1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.46%

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

R = 41.2%
G = 22.46%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF8BE1 (or 0xFF8BE1) is known color: Pale Magenta. HEX triplet: FF, 8B and E1. RGB value is (255,139,225). Sum of RGB (Red+Green+Blue) = 255+139+225=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BE1 is #00741E. Grayscale: #B7B7B7. Windows color (decimal): -29727 or 14781439. OLE color: 14781439.

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

Color convert

RGB 255 139 225 -
CMYK 0 0.45 0.12 0
HSL 315.52º 1% 0.77% -
HSV(B) 315.52º 0.45% 1% -
XYZ 64.06 45.16 76.57 -
YUV 183.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 255 139 225 0 0.45 0.12 0 315.52 1 0.77
Hex FF 8B E1 0 2D C 0 13C 64 4D
Octal 377 213 341 0 55 14 0 474 144 115
Binary 11111111 10001011 11100001 0 101101 1100 0 100111100 1100100 1001101

Color Harmonies of #FF8BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8BE1

Black with #FF8BE1

Text Example


Text Example

White with #FF8BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8BE1; }

 p { color: rgb(255,139,225); }

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

background-color css

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

 a { background-color: rgb(255,139,225); }

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

border-color css

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

 span { border-color: rgb(255,139,225); }

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