Html Css Color HEX #FA7FDA Pale Magenta

📋 copy color: '#FA7FDA'

red 250 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #FA7FDA

Tints of Pale Magenta #FA7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 42.02%
G = 21.34%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA7FDA (or 0xFA7FDA) is known color: Pale Magenta. HEX triplet: FA, 7F and DA. RGB value is (250,127,218). Sum of RGB (Red+Green+Blue) = 250+127+218=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FDA is #058025. Grayscale: #ADADAD. Windows color (decimal): -360486 or 14319610. OLE color: 14319610.

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

Color convert

RGB 250 127 218 -
CMYK 0 0.49 0.13 0.02
HSL 315.61º 0.92% 0.74% -
HSV(B) 315.61º 0.49% 0.98% -
XYZ 59.67 40.56 71.01 -
YUV 174.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 250 127 218 0 0.49 0.13 0.02 315.61 0.92 0.74
Hex FA 7F DA 0 31 D 2 13C 5C 4A
Octal 372 177 332 0 61 15 2 474 134 112
Binary 11111010 1111111 11011010 0 110001 1101 10 100111100 1011100 1001010

Color Harmonies of #FA7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FDA

Black with #FA7FDA

Text Example


Text Example

White with #FA7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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