Html Css Color HEX #FA7FDF Pale Magenta

📋 copy color: '#FA7FDF'

red 250 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #FA7FDF

Tints of Pale Magenta #FA7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 41.67%
G = 21.17%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA7FDF (or 0xFA7FDF) is known color: Pale Magenta. HEX triplet: FA, 7F and DF. RGB value is (250,127,223). Sum of RGB (Red+Green+Blue) = 250+127+223=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FDF is #058020. Grayscale: #AEAEAE. Windows color (decimal): -360481 or 14647290. OLE color: 14647290.

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

Color convert

RGB 250 127 223 -
CMYK 0 0.49 0.11 0.02
HSL 313.17º 0.92% 0.74% -
HSV(B) 313.17º 0.49% 0.98% -
XYZ 60.33 40.83 74.51 -
YUV 174.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 250 127 223 0 0.49 0.11 0.02 313.17 0.92 0.74
Hex FA 7F DF 0 31 B 2 139 5C 4A
Octal 372 177 337 0 61 13 2 471 134 112
Binary 11111010 1111111 11011111 0 110001 1011 10 100111001 1011100 1001010

Color Harmonies of #FA7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FDF

Black with #FA7FDF

Text Example


Text Example

White with #FA7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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