Html Css Color HEX #FF73FD Fuchsia Pink

📋 copy color: '#FF73FD'

red 255 ◦ green 115 ◦ blue 253

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

Shades of Fuchsia Pink #FF73FD

Tints of Fuchsia Pink #FF73FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 40.93%
G = 18.46%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF73FD (or 0xFF73FD) is known color: Fuchsia Pink. HEX triplet: FF, 73 and FD. RGB value is (255,115,253). Sum of RGB (Red+Green+Blue) = 255+115+253=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 115 (45.31% from 255 or 18.46% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73FD is #008C02. Grayscale: #ACACAC. Windows color (decimal): -35843 or 16610303. OLE color: 16610303.

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

Color convert

RGB 255 115 253 -
CMYK 0 0.55 0.01 0
HSL 300.86º 1% 0.73% -
HSV(B) 300.86º 0.55% 1% -
XYZ 65.1 40.61 97.34 -
YUV 172.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 255 115 253 0 0.55 0.01 0 300.86 1 0.73
Hex FF 73 FD 0 37 1 0 12D 64 49
Octal 377 163 375 0 67 1 0 455 144 111
Binary 11111111 1110011 11111101 0 110111 1 0 100101101 1100100 1001001

Color Harmonies of #FF73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73FD

Black with #FF73FD

Text Example


Text Example

White with #FF73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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