Html Css Color HEX #FA89DD Pale Magenta

📋 copy color: '#FA89DD'

red 250 ◦ green 137 ◦ blue 221

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

Shades of Pale Magenta #FA89DD

Tints of Pale Magenta #FA89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 41.12%
G = 22.53%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA89DD (or 0xFA89DD) is known color: Pale Magenta. HEX triplet: FA, 89 and DD. RGB value is (250,137,221). Sum of RGB (Red+Green+Blue) = 250+137+221=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 137 (53.91% from 255 or 22.53% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89DD is #057622. Grayscale: #B4B4B4. Windows color (decimal): -357923 or 14518778. OLE color: 14518778.

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

Color convert

RGB 250 137 221 -
CMYK 0 0.45 0.12 0.02
HSL 315.4º 0.92% 0.76% -
HSV(B) 315.4º 0.45% 0.98% -
XYZ 61.42 43.44 73.55 -
YUV 180.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 250 137 221 0 0.45 0.12 0.02 315.4 0.92 0.76
Hex FA 89 DD 0 2D C 2 13B 5C 4C
Octal 372 211 335 0 55 14 2 473 134 114
Binary 11111010 10001001 11011101 0 101101 1100 10 100111011 1011100 1001100

Color Harmonies of #FA89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA89DD

Black with #FA89DD

Text Example


Text Example

White with #FA89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA89DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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