Html Css Color HEX #FB77FA Fuchsia Pink

📋 copy color: '#FB77FA'

red 251 ◦ green 119 ◦ blue 250

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

Shades of Fuchsia Pink #FB77FA

Tints of Fuchsia Pink #FB77FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.19%

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 40.48%
G = 19.19%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB77FA (or 0xFB77FA) is known color: Fuchsia Pink. HEX triplet: FB, 77 and FA. RGB value is (251,119,250). Sum of RGB (Red+Green+Blue) = 251+119+250=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 119 (46.88% from 255 or 19.19% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77FA is #048805. Grayscale: #ADADAD. Windows color (decimal): -296966 or 16414715. OLE color: 16414715.

HSL color Cylindrical-coordinate representation of color #FB77FA: hue angle of 300.45º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77FA is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 119 250 -
CMYK 0 0.53 0.00 0.02
HSL 300.45º 0.94% 0.73% -
HSV(B) 300.45º 0.53% 0.98% -
XYZ 63.64 40.61 94.93 -
YUV 173.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 251 119 250 0 0.53 0.00 0.02 300.45 0.94 0.73
Hex FB 77 FA 0 35 0 2 12C 5E 49
Octal 373 167 372 0 65 0 2 454 136 111
Binary 11111011 1110111 11111010 0 110101 0 10 100101100 1011110 1001001

Color Harmonies of #FB77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77FA

Black with #FB77FA

Text Example


Text Example

White with #FB77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77FA; }

 p { color: rgb(251,119,250); }

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

background-color css

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

 a { background-color: rgb(251,119,250); }

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

border-color css

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

 span { border-color: rgb(251,119,250); }

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