Html Css Color HEX #FA73FF Fuchsia Pink

📋 copy color: '#FA73FF'

red 250 ◦ green 115 ◦ blue 255

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

Shades of Fuchsia Pink #FA73FF

Tints of Fuchsia Pink #FA73FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 40.32%
G = 18.55%
B = 41.13%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA73FF (or 0xFA73FF) is known color: Fuchsia Pink. HEX triplet: FA, 73 and FF. RGB value is (250,115,255). Sum of RGB (Red+Green+Blue) = 250+115+255=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 115 (45.31% from 255 or 18.55% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA73FF is #058C00. Grayscale: #AAAAAA. Windows color (decimal): -363521 or 16741370. OLE color: 16741370.

HSL color Cylindrical-coordinate representation of color #FA73FF: hue angle of 297.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA73FF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 115 255 -
CMYK 0.02 0.55 0 0
HSL 297.86º 1% 0.73% -
HSV(B) 297.86º 0.55% 1% -
XYZ 63.61 39.81 98.94 -
YUV 171.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 250 115 255 0.02 0.55 0 0 297.86 1 0.73
Hex FA 73 FF 2 37 0 0 12A 64 49
Octal 372 163 377 2 67 0 0 452 144 111
Binary 11111010 1110011 11111111 10 110111 0 0 100101010 1100100 1001001

Color Harmonies of #FA73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73FF

Black with #FA73FF

Text Example


Text Example

White with #FA73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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