Html Css Color HEX #FA87F0 Pale Magenta

📋 copy color: '#FA87F0'

red 250 ◦ green 135 ◦ blue 240

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

Shades of Pale Magenta #FA87F0

Tints of Pale Magenta #FA87F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 40%
G = 21.6%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA87F0 (or 0xFA87F0) is known color: Pale Magenta. HEX triplet: FA, 87 and F0. RGB value is (250,135,240). Sum of RGB (Red+Green+Blue) = 250+135+240=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 135 (53.12% from 255 or 21.6% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA87F0 is #05780F. Grayscale: #B5B5B5. Windows color (decimal): -358416 or 15763450. OLE color: 15763450.

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

Color convert

RGB 250 135 240 -
CMYK 0 0.46 0.04 0.02
HSL 305.22º 0.92% 0.75% -
HSV(B) 305.22º 0.46% 0.98% -
XYZ 63.82 43.94 87.56 -
YUV 181.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 250 135 240 0 0.46 0.04 0.02 305.22 0.92 0.75
Hex FA 87 F0 0 2E 4 2 131 5C 4B
Octal 372 207 360 0 56 4 2 461 134 113
Binary 11111010 10000111 11110000 0 101110 100 10 100110001 1011100 1001011

Color Harmonies of #FA87F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87F0

Black with #FA87F0

Text Example


Text Example

White with #FA87F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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