Html Css Color HEX #FA7FEF Pale Magenta

📋 copy color: '#FA7FEF'

red 250 ◦ green 127 ◦ blue 239

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

Shades of Pale Magenta #FA7FEF

Tints of Pale Magenta #FA7FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 40.58%
G = 20.62%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA7FEF (or 0xFA7FEF) is known color: Pale Magenta. HEX triplet: FA, 7F and EF. RGB value is (250,127,239). Sum of RGB (Red+Green+Blue) = 250+127+239=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7FEF is #058010. Grayscale: #B0B0B0. Windows color (decimal): -360465 or 15695866. OLE color: 15695866.

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

Color convert

RGB 250 127 239 -
CMYK 0 0.49 0.04 0.02
HSL 305.37º 0.92% 0.74% -
HSV(B) 305.37º 0.49% 0.98% -
XYZ 62.59 41.73 86.42 -
YUV 176.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 250 127 239 0 0.49 0.04 0.02 305.37 0.92 0.74
Hex FA 7F EF 0 31 4 2 131 5C 4A
Octal 372 177 357 0 61 4 2 461 134 112
Binary 11111010 1111111 11101111 0 110001 100 10 100110001 1011100 1001010

Color Harmonies of #FA7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FEF

Black with #FA7FEF

Text Example


Text Example

White with #FA7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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