Html Css Color HEX #FB7EFF Fuchsia Pink

📋 copy color: '#FB7EFF'

red 251 ◦ green 126 ◦ blue 255

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

Shades of Fuchsia Pink #FB7EFF

Tints of Fuchsia Pink #FB7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 19.94%

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

R = 39.72%
G = 19.94%
B = 40.35%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB7EFF (or 0xFB7EFF) is known color: Fuchsia Pink. HEX triplet: FB, 7E and FF. RGB value is (251,126,255). Sum of RGB (Red+Green+Blue) = 251+126+255=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 126 (49.61% from 255 or 19.94% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB7EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7EFF is #048100. Grayscale: #B1B1B1. Windows color (decimal): -295169 or 16744187. OLE color: 16744187.

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

Color convert

RGB 251 126 255 -
CMYK 0.02 0.51 0 0
HSL 298.14º 1% 0.75% -
HSV(B) 298.14º 0.51% 1% -
XYZ 65.29 42.65 99.4 -
YUV 178.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 251 126 255 0.02 0.51 0 0 298.14 1 0.75
Hex FB 7E FF 2 33 0 0 12A 64 4B
Octal 373 176 377 2 63 0 0 452 144 113
Binary 11111011 1111110 11111111 10 110011 0 0 100101010 1100100 1001011

Color Harmonies of #FB7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7EFF

Black with #FB7EFF

Text Example


Text Example

White with #FB7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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