Html Css Color HEX #FF73FF Fuchsia Pink

📋 copy color: '#FF73FF'

red 255 ◦ green 115 ◦ blue 255

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

Shades of Fuchsia Pink #FF73FF

Tints of Fuchsia Pink #FF73FF

RGB

 RED value IS 255 (100% from 255) = 40.8%

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

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

R = 40.8%
G = 18.4%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF73FF (or 0xFF73FF) is known color: Fuchsia Pink. HEX triplet: FF, 73 and FF. RGB value is (255,115,255). Sum of RGB (Red+Green+Blue) = 255+115+255=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 115 (45.31% from 255 or 18.4% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73FF is #008C00. Grayscale: #ACACAC. Windows color (decimal): -35841 or 16741375. OLE color: 16741375.

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

Color convert

RGB 255 115 255 -
CMYK 0 0.55 0 0
HSL 300º 1% 0.73% -
HSV(B) 300º 0.55% 1% -
XYZ 65.42 40.74 99.02 -
YUV 172.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 255 115 255 0 0.55 0 0 300 1 0.73
Hex FF 73 FF 0 37 0 0 12C 64 49
Octal 377 163 377 0 67 0 0 454 144 111
Binary 11111111 1110011 11111111 0 110111 0 0 100101100 1100100 1001001

Color Harmonies of #FF73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73FF

Black with #FF73FF

Text Example


Text Example

White with #FF73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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