Html Css Color HEX #FA73DF Pale Magenta

📋 copy color: '#FA73DF'

red 250 ◦ green 115 ◦ blue 223

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

Shades of Pale Magenta #FA73DF

Tints of Pale Magenta #FA73DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 42.52%
G = 19.56%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA73DF (or 0xFA73DF) is known color: Pale Magenta. HEX triplet: FA, 73 and DF. RGB value is (250,115,223). Sum of RGB (Red+Green+Blue) = 250+115+223=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73DF is #058C20. Grayscale: #A7A7A7. Windows color (decimal): -363553 or 14644218. OLE color: 14644218.

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

Color convert

RGB 250 115 223 -
CMYK 0 0.54 0.11 0.02
HSL 312º 0.93% 0.72% -
HSV(B) 312º 0.54% 0.98% -
XYZ 58.87 37.91 74.03 -
YUV 167.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 250 115 223 0 0.54 0.11 0.02 312 0.93 0.72
Hex FA 73 DF 0 36 B 2 138 5D 48
Octal 372 163 337 0 66 13 2 470 135 110
Binary 11111010 1110011 11011111 0 110110 1011 10 100111000 1011101 1001000

Color Harmonies of #FA73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73DF

Black with #FA73DF

Text Example


Text Example

White with #FA73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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