Html Css Color HEX #FA87DC Pale Magenta

📋 copy color: '#FA87DC'

red 250 ◦ green 135 ◦ blue 220

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

Shades of Pale Magenta #FA87DC

Tints of Pale Magenta #FA87DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.31%

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 41.32%
G = 22.31%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA87DC (or 0xFA87DC) is known color: Pale Magenta. HEX triplet: FA, 87 and DC. RGB value is (250,135,220). Sum of RGB (Red+Green+Blue) = 250+135+220=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 135 (53.12% from 255 or 22.31% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87DC is #057823. Grayscale: #B2B2B2. Windows color (decimal): -358436 or 14452730. OLE color: 14452730.

HSL color Cylindrical-coordinate representation of color #FA87DC: hue angle of 315.65º 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 #FA87DC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 135 220 -
CMYK 0 0.46 0.12 0.02
HSL 315.65º 0.92% 0.75% -
HSV(B) 315.65º 0.46% 0.98% -
XYZ 61.01 42.82 72.76 -
YUV 179.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 250 135 220 0 0.46 0.12 0.02 315.65 0.92 0.75
Hex FA 87 DC 0 2E C 2 13C 5C 4B
Octal 372 207 334 0 56 14 2 474 134 113
Binary 11111010 10000111 11011100 0 101110 1100 10 100111100 1011100 1001011

Color Harmonies of #FA87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87DC

Black with #FA87DC

Text Example


Text Example

White with #FA87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87DC; }

 p { color: rgb(250,135,220); }

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

background-color css

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

 a { background-color: rgb(250,135,220); }

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

border-color css

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

 span { border-color: rgb(250,135,220); }

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