Html Css Color HEX #FB76FF Fuchsia Pink

📋 copy color: '#FB76FF'

red 251 ◦ green 118 ◦ blue 255

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

Shades of Fuchsia Pink #FB76FF

Tints of Fuchsia Pink #FB76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 18.91%

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

R = 40.22%
G = 18.91%
B = 40.87%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB76FF (or 0xFB76FF) is known color: Fuchsia Pink. HEX triplet: FB, 76 and FF. RGB value is (251,118,255). Sum of RGB (Red+Green+Blue) = 251+118+255=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 118 (46.48% from 255 or 18.91% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB76FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76FF is #048900. Grayscale: #ACACAC. Windows color (decimal): -297217 or 16742139. OLE color: 16742139.

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

Color convert

RGB 251 118 255 -
CMYK 0.02 0.54 0 0
HSL 298.25º 1% 0.73% -
HSV(B) 298.25º 0.54% 1% -
XYZ 64.31 40.69 99.07 -
YUV 173.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 251 118 255 0.02 0.54 0 0 298.25 1 0.73
Hex FB 76 FF 2 36 0 0 12A 64 49
Octal 373 166 377 2 66 0 0 452 144 111
Binary 11111011 1110110 11111111 10 110110 0 0 100101010 1100100 1001001

Color Harmonies of #FB76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76FF

Black with #FB76FF

Text Example


Text Example

White with #FB76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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