Html Css Color HEX #FA8BE1 Pale Magenta

📋 copy color: '#FA8BE1'

red 250 ◦ green 139 ◦ blue 225

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

Shades of Pale Magenta #FA8BE1

Tints of Pale Magenta #FA8BE1

RGB

 RED value IS 250 (98.05% from 255) = 40.72%

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

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

R = 40.72%
G = 22.64%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA8BE1 (or 0xFA8BE1) is known color: Pale Magenta. HEX triplet: FA, 8B and E1. RGB value is (250,139,225). Sum of RGB (Red+Green+Blue) = 250+139+225=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BE1 is #05741E. Grayscale: #B5B5B5. Windows color (decimal): -357407 or 14781434. OLE color: 14781434.

HSL color Cylindrical-coordinate representation of color #FA8BE1: hue angle of 313.51º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BE1 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 139 225 -
CMYK 0 0.44 0.10 0.02
HSL 313.51º 0.92% 0.76% -
HSV(B) 313.51º 0.44% 0.98% -
XYZ 62.25 44.23 76.49 -
YUV 181.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 250 139 225 0 0.44 0.10 0.02 313.51 0.92 0.76
Hex FA 8B E1 0 2C A 2 13A 5C 4C
Octal 372 213 341 0 54 12 2 472 134 114
Binary 11111010 10001011 11100001 0 101100 1010 10 100111010 1011100 1001100

Color Harmonies of #FA8BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BE1

Black with #FA8BE1

Text Example


Text Example

White with #FA8BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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