Html Css Color HEX #FB77F9 Fuchsia Pink

📋 copy color: '#FB77F9'

red 251 ◦ green 119 ◦ blue 249

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

Shades of Fuchsia Pink #FB77F9

Tints of Fuchsia Pink #FB77F9

RGB

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

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

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

R = 40.55%
G = 19.22%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB77F9 (or 0xFB77F9) is known color: Fuchsia Pink. HEX triplet: FB, 77 and F9. RGB value is (251,119,249). Sum of RGB (Red+Green+Blue) = 251+119+249=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 119 (46.88% from 255 or 19.22% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77F9 is #048806. Grayscale: #ACACAC. Windows color (decimal): -296967 or 16349179. OLE color: 16349179.

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

Color convert

RGB 251 119 249 -
CMYK 0 0.53 0.01 0.02
HSL 300.91º 0.94% 0.73% -
HSV(B) 300.91º 0.53% 0.98% -
XYZ 63.48 40.54 94.1 -
YUV 173.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 251 119 249 0 0.53 0.01 0.02 300.91 0.94 0.73
Hex FB 77 F9 0 35 1 2 12D 5E 49
Octal 373 167 371 0 65 1 2 455 136 111
Binary 11111011 1110111 11111001 0 110101 1 10 100101101 1011110 1001001

Color Harmonies of #FB77F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77F9

Black with #FB77F9

Text Example


Text Example

White with #FB77F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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