Html Css Color HEX #FA7FDE Pale Magenta

📋 copy color: '#FA7FDE'

red 250 ◦ green 127 ◦ blue 222

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

Shades of Pale Magenta #FA7FDE

Tints of Pale Magenta #FA7FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 41.74%
G = 21.2%
B = 37.06%

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

#FA7FDE (or 0xFA7FDE) is known color: Pale Magenta. HEX triplet: FA, 7F and DE. RGB value is (250,127,222). Sum of RGB (Red+Green+Blue) = 250+127+222=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FDE is #058021. Grayscale: #AEAEAE. Windows color (decimal): -360482 or 14581754. OLE color: 14581754.

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

Color convert

RGB 250 127 222 -
CMYK 0 0.49 0.11 0.02
HSL 313.66º 0.92% 0.74% -
HSV(B) 313.66º 0.49% 0.98% -
XYZ 60.2 40.78 73.81 -
YUV 174.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 250 127 222 0 0.49 0.11 0.02 313.66 0.92 0.74
Hex FA 7F DE 0 31 B 2 13A 5C 4A
Octal 372 177 336 0 61 13 2 472 134 112
Binary 11111010 1111111 11011110 0 110001 1011 10 100111010 1011100 1001010

Color Harmonies of #FA7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FDE

Black with #FA7FDE

Text Example


Text Example

White with #FA7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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