Html Css Color HEX #FF73FB Fuchsia Pink

📋 copy color: '#FF73FB'

red 255 ◦ green 115 ◦ blue 251

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

Shades of Fuchsia Pink #FF73FB

Tints of Fuchsia Pink #FF73FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 41.06%
G = 18.52%
B = 40.42%

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

#FF73FB (or 0xFF73FB) is known color: Fuchsia Pink. HEX triplet: FF, 73 and FB. RGB value is (255,115,251). Sum of RGB (Red+Green+Blue) = 255+115+251=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 115 (45.31% from 255 or 18.52% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73FB is #008C04. Grayscale: #ABABAB. Windows color (decimal): -35845 or 16479231. OLE color: 16479231.

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

Color convert

RGB 255 115 251 -
CMYK 0 0.55 0.02 0
HSL 301.71º 1% 0.73% -
HSV(B) 301.71º 0.55% 1% -
XYZ 64.78 40.49 95.67 -
YUV 172.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 255 115 251 0 0.55 0.02 0 301.71 1 0.73
Hex FF 73 FB 0 37 2 0 12E 64 49
Octal 377 163 373 0 67 2 0 456 144 111
Binary 11111111 1110011 11111011 0 110111 10 0 100101110 1100100 1001001

Color Harmonies of #FF73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73FB

Black with #FF73FB

Text Example


Text Example

White with #FF73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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