Html Css Color HEX #FA87E5 Pale Magenta

📋 copy color: '#FA87E5'

red 250 ◦ green 135 ◦ blue 229

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

Shades of Pale Magenta #FA87E5

Tints of Pale Magenta #FA87E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.3%

R = 40.72%
G = 21.99%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA87E5 (or 0xFA87E5) is known color: Pale Magenta. HEX triplet: FA, 87 and E5. RGB value is (250,135,229). Sum of RGB (Red+Green+Blue) = 250+135+229=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 135 (53.12% from 255 or 21.99% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87E5 is #05781A. Grayscale: #B3B3B3. Windows color (decimal): -358427 or 15042554. OLE color: 15042554.

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

Color convert

RGB 250 135 229 -
CMYK 0 0.46 0.08 0.02
HSL 310.96º 0.92% 0.75% -
HSV(B) 310.96º 0.46% 0.98% -
XYZ 62.23 43.31 79.21 -
YUV 180.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 250 135 229 0 0.46 0.08 0.02 310.96 0.92 0.75
Hex FA 87 E5 0 2E 8 2 137 5C 4B
Octal 372 207 345 0 56 10 2 467 134 113
Binary 11111010 10000111 11100101 0 101110 1000 10 100110111 1011100 1001011

Color Harmonies of #FA87E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87E5

Black with #FA87E5

Text Example


Text Example

White with #FA87E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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