Html Css Color HEX #FA7DDD Pale Magenta

📋 copy color: '#FA7DDD'

red 250 ◦ green 125 ◦ blue 221

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

Shades of Pale Magenta #FA7DDD

Tints of Pale Magenta #FA7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.97%

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

R = 41.95%
G = 20.97%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA7DDD (or 0xFA7DDD) is known color: Pale Magenta. HEX triplet: FA, 7D and DD. RGB value is (250,125,221). Sum of RGB (Red+Green+Blue) = 250+125+221=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DDD is #058222. Grayscale: #ADADAD. Windows color (decimal): -360995 or 14515706. OLE color: 14515706.

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

Color convert

RGB 250 125 221 -
CMYK 0 0.50 0.12 0.02
HSL 313.92º 0.93% 0.74% -
HSV(B) 313.92º 0.5% 0.98% -
XYZ 59.81 40.21 73.02 -
YUV 173.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 250 125 221 0 0.50 0.12 0.02 313.92 0.93 0.74
Hex FA 7D DD 0 32 C 2 13A 5D 4A
Octal 372 175 335 0 62 14 2 472 135 112
Binary 11111010 1111101 11011101 0 110010 1100 10 100111010 1011101 1001010

Color Harmonies of #FA7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DDD

Black with #FA7DDD

Text Example


Text Example

White with #FA7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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