Html Css Color HEX #FA7FE9 Pale Magenta

📋 copy color: '#FA7FE9'

red 250 ◦ green 127 ◦ blue 233

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

Shades of Pale Magenta #FA7FE9

Tints of Pale Magenta #FA7FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.2%

R = 40.98%
G = 20.82%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA7FE9 (or 0xFA7FE9) is known color: Pale Magenta. HEX triplet: FA, 7F and E9. RGB value is (250,127,233). Sum of RGB (Red+Green+Blue) = 250+127+233=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 127 (50% from 255 or 20.82% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FE9 is #058016. Grayscale: #AFAFAF. Windows color (decimal): -360471 or 15302650. OLE color: 15302650.

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

Color convert

RGB 250 127 233 -
CMYK 0 0.49 0.07 0.02
HSL 308.29º 0.92% 0.74% -
HSV(B) 308.29º 0.49% 0.98% -
XYZ 61.72 41.39 81.83 -
YUV 175.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 250 127 233 0 0.49 0.07 0.02 308.29 0.92 0.74
Hex FA 7F E9 0 31 7 2 134 5C 4A
Octal 372 177 351 0 61 7 2 464 134 112
Binary 11111010 1111111 11101001 0 110001 111 10 100110100 1011100 1001010

Color Harmonies of #FA7FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FE9

Black with #FA7FE9

Text Example


Text Example

White with #FA7FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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