Html Css Color HEX #FF73FC Fuchsia Pink

📋 copy color: '#FF73FC'

red 255 ◦ green 115 ◦ blue 252

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

Shades of Fuchsia Pink #FF73FC

Tints of Fuchsia Pink #FF73FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 41%
G = 18.49%
B = 40.51%

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

#FF73FC (or 0xFF73FC) is known color: Fuchsia Pink. HEX triplet: FF, 73 and FC. RGB value is (255,115,252). Sum of RGB (Red+Green+Blue) = 255+115+252=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 115 (45.31% from 255 or 18.49% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73FC is #008C03. Grayscale: #ACACAC. Windows color (decimal): -35844 or 16544767. OLE color: 16544767.

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

Color convert

RGB 255 115 252 -
CMYK 0 0.55 0.01 0
HSL 301.29º 1% 0.73% -
HSV(B) 301.29º 0.55% 1% -
XYZ 64.94 40.55 96.5 -
YUV 172.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 255 115 252 0 0.55 0.01 0 301.29 1 0.73
Hex FF 73 FC 0 37 1 0 12D 64 49
Octal 377 163 374 0 67 1 0 455 144 111
Binary 11111111 1110011 11111100 0 110111 1 0 100101101 1100100 1001001

Color Harmonies of #FF73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73FC

Black with #FF73FC

Text Example


Text Example

White with #FF73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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