Html Css Color HEX #FF73F0 Fuchsia Pink

📋 copy color: '#FF73F0'

red 255 ◦ green 115 ◦ blue 240

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

Shades of Fuchsia Pink #FF73F0

Tints of Fuchsia Pink #FF73F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.34%

R = 41.8%
G = 18.85%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF73F0 (or 0xFF73F0) is known color: Fuchsia Pink. HEX triplet: FF, 73 and F0. RGB value is (255,115,240). Sum of RGB (Red+Green+Blue) = 255+115+240=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 115 (45.31% from 255 or 18.85% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73F0 is #008C0F. Grayscale: #AAAAAA. Windows color (decimal): -35856 or 15758335. OLE color: 15758335.

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

Color convert

RGB 255 115 240 -
CMYK 0 0.55 0.06 0
HSL 306.43º 1% 0.73% -
HSV(B) 306.43º 0.55% 1% -
XYZ 63.1 39.81 86.8 -
YUV 171.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 255 115 240 0 0.55 0.06 0 306.43 1 0.73
Hex FF 73 F0 0 37 6 0 132 64 49
Octal 377 163 360 0 67 6 0 462 144 111
Binary 11111111 1110011 11110000 0 110111 110 0 100110010 1100100 1001001

Color Harmonies of #FF73F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73F0

Black with #FF73F0

Text Example


Text Example

White with #FF73F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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