Html Css Color HEX #FA7FDD Pale Magenta

📋 copy color: '#FA7FDD'

red 250 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #FA7FDD

Tints of Pale Magenta #FA7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.24%

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

R = 41.81%
G = 21.24%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA7FDD (or 0xFA7FDD) is known color: Pale Magenta. HEX triplet: FA, 7F and DD. RGB value is (250,127,221). Sum of RGB (Red+Green+Blue) = 250+127+221=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FDD is #058022. Grayscale: #AEAEAE. Windows color (decimal): -360483 or 14516218. OLE color: 14516218.

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

Color convert

RGB 250 127 221 -
CMYK 0 0.49 0.12 0.02
HSL 314.15º 0.92% 0.74% -
HSV(B) 314.15º 0.49% 0.98% -
XYZ 60.06 40.72 73.1 -
YUV 174.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 250 127 221 0 0.49 0.12 0.02 314.15 0.92 0.74
Hex FA 7F DD 0 31 C 2 13A 5C 4A
Octal 372 177 335 0 61 14 2 472 134 112
Binary 11111010 1111111 11011101 0 110001 1100 10 100111010 1011100 1001010

Color Harmonies of #FA7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FDD

Black with #FA7FDD

Text Example


Text Example

White with #FA7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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