Html Css Color HEX #FB73FF Fuchsia Pink

📋 copy color: '#FB73FF'

red 251 ◦ green 115 ◦ blue 255

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

Shades of Fuchsia Pink #FB73FF

Tints of Fuchsia Pink #FB73FF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 251 115 255 -
CMYK 0.02 0.55 0 0
HSL 298.29º 1% 0.73% -
HSV(B) 298.29º 0.55% 1% -
XYZ 63.96 39.99 98.96 -
YUV 171.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 251 115 255 0.02 0.55 0 0 298.29 1 0.73
Hex FB 73 FF 2 37 0 0 12A 64 49
Octal 373 163 377 2 67 0 0 452 144 111
Binary 11111011 1110011 11111111 10 110111 0 0 100101010 1100100 1001001

Color Harmonies of #FB73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB73FF

Black with #FB73FF

Text Example


Text Example

White with #FB73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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