Html Css Color HEX #FA73E0 Pale Magenta

📋 copy color: '#FA73E0'

red 250 ◦ green 115 ◦ blue 224

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

Shades of Pale Magenta #FA73E0

Tints of Pale Magenta #FA73E0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.52%

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

R = 42.44%
G = 19.52%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA73E0 (or 0xFA73E0) is known color: Pale Magenta. HEX triplet: FA, 73 and E0. RGB value is (250,115,224). Sum of RGB (Red+Green+Blue) = 250+115+224=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73E0 is #058C1F. Grayscale: #A7A7A7. Windows color (decimal): -363552 or 14709754. OLE color: 14709754.

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

Color convert

RGB 250 115 224 -
CMYK 0 0.54 0.10 0.02
HSL 311.56º 0.93% 0.72% -
HSV(B) 311.56º 0.54% 0.98% -
XYZ 59.01 37.97 74.74 -
YUV 167.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 250 115 224 0 0.54 0.10 0.02 311.56 0.93 0.72
Hex FA 73 E0 0 36 A 2 138 5D 48
Octal 372 163 340 0 66 12 2 470 135 110
Binary 11111010 1110011 11100000 0 110110 1010 10 100111000 1011101 1001000

Color Harmonies of #FA73E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73E0

Black with #FA73E0

Text Example


Text Example

White with #FA73E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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