Html Css Color HEX #FF73F9 Fuchsia Pink

📋 copy color: '#FF73F9'

red 255 ◦ green 115 ◦ blue 249

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

Shades of Fuchsia Pink #FF73F9

Tints of Fuchsia Pink #FF73F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.23%

R = 41.2%
G = 18.58%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF73F9 (or 0xFF73F9) is known color: Fuchsia Pink. HEX triplet: FF, 73 and F9. RGB value is (255,115,249). Sum of RGB (Red+Green+Blue) = 255+115+249=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 115 (45.31% from 255 or 18.58% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73F9 is #008C06. Grayscale: #ABABAB. Windows color (decimal): -35847 or 16348159. OLE color: 16348159.

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

Color convert

RGB 255 115 249 -
CMYK 0 0.55 0.02 0
HSL 302.57º 1% 0.73% -
HSV(B) 302.57º 0.55% 1% -
XYZ 64.47 40.36 94.02 -
YUV 172.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 255 115 249 0 0.55 0.02 0 302.57 1 0.73
Hex FF 73 F9 0 37 2 0 12F 64 49
Octal 377 163 371 0 67 2 0 457 144 111
Binary 11111111 1110011 11111001 0 110111 10 0 100101111 1100100 1001001

Color Harmonies of #FF73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73F9

Black with #FF73F9

Text Example


Text Example

White with #FF73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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