Html Css Color HEX #FA71E5 Pale Magenta

📋 copy color: '#FA71E5'

red 250 ◦ green 113 ◦ blue 229

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

Shades of Pale Magenta #FA71E5

Tints of Pale Magenta #FA71E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.09%

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 42.23%
G = 19.09%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA71E5 (or 0xFA71E5) is known color: Pale Magenta. HEX triplet: FA, 71 and E5. RGB value is (250,113,229). Sum of RGB (Red+Green+Blue) = 250+113+229=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 113 (44.53% from 255 or 19.09% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71E5 is #058E1A. Grayscale: #A6A6A6. Windows color (decimal): -364059 or 15036922. OLE color: 15036922.

HSL color Cylindrical-coordinate representation of color #FA71E5: hue angle of 309.2º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA71E5 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 113 229 -
CMYK 0 0.55 0.08 0.02
HSL 309.2º 0.93% 0.71% -
HSV(B) 309.2º 0.55% 0.98% -
XYZ 59.47 37.79 78.29 -
YUV 167.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 250 113 229 0 0.55 0.08 0.02 309.2 0.93 0.71
Hex FA 71 E5 0 37 8 2 135 5D 47
Octal 372 161 345 0 67 10 2 465 135 107
Binary 11111010 1110001 11100101 0 110111 1000 10 100110101 1011101 1000111

Color Harmonies of #FA71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71E5

Black with #FA71E5

Text Example


Text Example

White with #FA71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71E5; }

 p { color: rgb(250,113,229); }

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

background-color css

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

 a { background-color: rgb(250,113,229); }

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

border-color css

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

 span { border-color: rgb(250,113,229); }

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