Html Css Color HEX #FA73FA Fuchsia Pink

📋 copy color: '#FA73FA'

red 250 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #FA73FA

Tints of Fuchsia Pink #FA73FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 40.65%
G = 18.7%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA73FA (or 0xFA73FA) is known color: Fuchsia Pink. HEX triplet: FA, 73 and FA. RGB value is (250,115,250). Sum of RGB (Red+Green+Blue) = 250+115+250=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 115 (45.31% from 255 or 18.70% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA73FA is #058C05. Grayscale: #AAAAAA. Windows color (decimal): -363526 or 16413690. OLE color: 16413690.

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

Color convert

RGB 250 115 250 -
CMYK 0 0.54 0 0.02
HSL 300º 0.93% 0.72% -
HSV(B) 300º 0.54% 0.98% -
XYZ 62.81 39.49 94.75 -
YUV 170.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 250 115 250 0 0.54 0 0.02 300 0.93 0.72
Hex FA 73 FA 0 36 0 2 12C 5D 48
Octal 372 163 372 0 66 0 2 454 135 110
Binary 11111010 1110011 11111010 0 110110 0 10 100101100 1011101 1001000

Color Harmonies of #FA73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73FA

Black with #FA73FA

Text Example


Text Example

White with #FA73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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