Html Css Color HEX #FA71E0 Pale Magenta

📋 copy color: '#FA71E0'

red 250 ◦ green 113 ◦ blue 224

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

Shades of Pale Magenta #FA71E0

Tints of Pale Magenta #FA71E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 42.59%
G = 19.25%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA71E0 (or 0xFA71E0) is known color: Pale Magenta. HEX triplet: FA, 71 and E0. RGB value is (250,113,224). Sum of RGB (Red+Green+Blue) = 250+113+224=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71E0 is #058E1F. Grayscale: #A6A6A6. Windows color (decimal): -364064 or 14709242. OLE color: 14709242.

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

Color convert

RGB 250 113 224 -
CMYK 0 0.55 0.10 0.02
HSL 311.39º 0.93% 0.71% -
HSV(B) 311.39º 0.55% 0.98% -
XYZ 58.78 37.52 74.66 -
YUV 166.62 160.39 187.47 -
System Red Green Blue C M Y K H S L
Decimal 250 113 224 0 0.55 0.10 0.02 311.39 0.93 0.71
Hex FA 71 E0 0 37 A 2 137 5D 47
Octal 372 161 340 0 67 12 2 467 135 107
Binary 11111010 1110001 11100000 0 110111 1010 10 100110111 1011101 1000111

Color Harmonies of #FA71E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71E0

Black with #FA71E0

Text Example


Text Example

White with #FA71E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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