Html Css Color HEX #FB77F3 Fuchsia Pink

📋 copy color: '#FB77F3'

red 251 ◦ green 119 ◦ blue 243

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

Shades of Fuchsia Pink #FB77F3

Tints of Fuchsia Pink #FB77F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.64%

R = 40.95%
G = 19.41%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FB77F3 (or 0xFB77F3) is known color: Fuchsia Pink. HEX triplet: FB, 77 and F3. RGB value is (251,119,243). Sum of RGB (Red+Green+Blue) = 251+119+243=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 119 (46.88% from 255 or 19.41% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77F3 is #04880C. Grayscale: #ACACAC. Windows color (decimal): -296973 or 15955963. OLE color: 15955963.

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

Color convert

RGB 251 119 243 -
CMYK 0 0.53 0.03 0.02
HSL 303.64º 0.94% 0.73% -
HSV(B) 303.64º 0.53% 0.98% -
XYZ 62.56 40.17 89.25 -
YUV 172.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 251 119 243 0 0.53 0.03 0.02 303.64 0.94 0.73
Hex FB 77 F3 0 35 3 2 130 5E 49
Octal 373 167 363 0 65 3 2 460 136 111
Binary 11111011 1110111 11110011 0 110101 11 10 100110000 1011110 1001001

Color Harmonies of #FB77F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB77F3

Black with #FB77F3

Text Example


Text Example

White with #FB77F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB77F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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