Html Css Color HEX #FB7CFB Fuchsia Pink

📋 copy color: '#FB7CFB'

red 251 ◦ green 124 ◦ blue 251

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

Shades of Fuchsia Pink #FB7CFB

Tints of Fuchsia Pink #FB7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.81%

 BLUE value IS 251 (98.44% from 255) = 40.1%

R = 40.1%
G = 19.81%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB7CFB (or 0xFB7CFB) is known color: Fuchsia Pink. HEX triplet: FB, 7C and FB. RGB value is (251,124,251). Sum of RGB (Red+Green+Blue) = 251+124+251=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 124 (48.83% from 255 or 19.81% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CFB is #048304. Grayscale: #B0B0B0. Windows color (decimal): -295685 or 16481531. OLE color: 16481531.

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

Color convert

RGB 251 124 251 -
CMYK 0 0.51 0 0.02
HSL 300º 0.94% 0.74% -
HSV(B) 300º 0.51% 0.98% -
XYZ 64.4 41.89 95.96 -
YUV 176.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 251 124 251 0 0.51 0 0.02 300 0.94 0.74
Hex FB 7C FB 0 33 0 2 12C 5E 4A
Octal 373 174 373 0 63 0 2 454 136 112
Binary 11111011 1111100 11111011 0 110011 0 10 100101100 1011110 1001010

Color Harmonies of #FB7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CFB

Black with #FB7CFB

Text Example


Text Example

White with #FB7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CFB; }

 p { color: rgb(251,124,251); }

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

background-color css

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

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

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

border-color css

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

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

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