Html Css Color HEX #FA73E8 Pale Magenta

📋 copy color: '#FA73E8'

red 250 ◦ green 115 ◦ blue 232

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

Shades of Pale Magenta #FA73E8

Tints of Pale Magenta #FA73E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.86%

R = 41.88%
G = 19.26%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA73E8 (or 0xFA73E8) is known color: Pale Magenta. HEX triplet: FA, 73 and E8. RGB value is (250,115,232). Sum of RGB (Red+Green+Blue) = 250+115+232=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 115 (45.31% from 255 or 19.26% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA73E8 is #058C17. Grayscale: #A8A8A8. Windows color (decimal): -363544 or 15234042. OLE color: 15234042.

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

Color convert

RGB 250 115 232 -
CMYK 0 0.54 0.07 0.02
HSL 308º 0.93% 0.72% -
HSV(B) 308º 0.54% 0.98% -
XYZ 60.12 38.41 80.59 -
YUV 168.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 250 115 232 0 0.54 0.07 0.02 308 0.93 0.72
Hex FA 73 E8 0 36 7 2 134 5D 48
Octal 372 163 350 0 66 7 2 464 135 110
Binary 11111010 1110011 11101000 0 110110 111 10 100110100 1011101 1001000

Color Harmonies of #FA73E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73E8

Black with #FA73E8

Text Example


Text Example

White with #FA73E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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