Html Css Color HEX #FA86E1 Pale Magenta

📋 copy color: '#FA86E1'

red 250 ◦ green 134 ◦ blue 225

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

Shades of Pale Magenta #FA86E1

Tints of Pale Magenta #FA86E1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22%

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

R = 41.05%
G = 22%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA86E1 (or 0xFA86E1) is known color: Pale Magenta. HEX triplet: FA, 86 and E1. RGB value is (250,134,225). Sum of RGB (Red+Green+Blue) = 250+134+225=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86E1 is #05791E. Grayscale: #B2B2B2. Windows color (decimal): -358687 or 14780154. OLE color: 14780154.

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

Color convert

RGB 250 134 225 -
CMYK 0 0.46 0.10 0.02
HSL 312.93º 0.92% 0.75% -
HSV(B) 312.93º 0.46% 0.98% -
XYZ 61.54 42.81 76.25 -
YUV 179.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 250 134 225 0 0.46 0.10 0.02 312.93 0.92 0.75
Hex FA 86 E1 0 2E A 2 139 5C 4B
Octal 372 206 341 0 56 12 2 471 134 113
Binary 11111010 10000110 11100001 0 101110 1010 10 100111001 1011100 1001011

Color Harmonies of #FA86E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86E1

Black with #FA86E1

Text Example


Text Example

White with #FA86E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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