Html Css Color HEX #FA87E0 Pale Magenta

📋 copy color: '#FA87E0'

red 250 ◦ green 135 ◦ blue 224

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

Shades of Pale Magenta #FA87E0

Tints of Pale Magenta #FA87E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.78%

R = 41.05%
G = 22.17%
B = 36.78%

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

#FA87E0 (or 0xFA87E0) is known color: Pale Magenta. HEX triplet: FA, 87 and E0. RGB value is (250,135,224). Sum of RGB (Red+Green+Blue) = 250+135+224=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87E0 is #05781F. Grayscale: #B3B3B3. Windows color (decimal): -358432 or 14714874. OLE color: 14714874.

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

Color convert

RGB 250 135 224 -
CMYK 0 0.46 0.10 0.02
HSL 313.57º 0.92% 0.75% -
HSV(B) 313.57º 0.46% 0.98% -
XYZ 61.54 43.03 75.58 -
YUV 179.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 250 135 224 0 0.46 0.10 0.02 313.57 0.92 0.75
Hex FA 87 E0 0 2E A 2 13A 5C 4B
Octal 372 207 340 0 56 12 2 472 134 113
Binary 11111010 10000111 11100000 0 101110 1010 10 100111010 1011100 1001011

Color Harmonies of #FA87E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87E0

Black with #FA87E0

Text Example


Text Example

White with #FA87E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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