Html Css Color HEX #FA89F0 Pale Magenta

📋 copy color: '#FA89F0'

red 250 ◦ green 137 ◦ blue 240

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

Shades of Pale Magenta #FA89F0

Tints of Pale Magenta #FA89F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 21.85%

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

R = 39.87%
G = 21.85%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA89F0 (or 0xFA89F0) is known color: Pale Magenta. HEX triplet: FA, 89 and F0. RGB value is (250,137,240). Sum of RGB (Red+Green+Blue) = 250+137+240=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 137 (53.91% from 255 or 21.85% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89F0 is #05760F. Grayscale: #B6B6B6. Windows color (decimal): -357904 or 15763962. OLE color: 15763962.

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

Color convert

RGB 250 137 240 -
CMYK 0 0.45 0.04 0.02
HSL 305.31º 0.92% 0.76% -
HSV(B) 305.31º 0.45% 0.98% -
XYZ 64.1 44.51 87.65 -
YUV 182.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 250 137 240 0 0.45 0.04 0.02 305.31 0.92 0.76
Hex FA 89 F0 0 2D 4 2 131 5C 4C
Octal 372 211 360 0 55 4 2 461 134 114
Binary 11111010 10001001 11110000 0 101101 100 10 100110001 1011100 1001100

Color Harmonies of #FA89F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89F0

Black with #FA89F0

Text Example


Text Example

White with #FA89F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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