Html Css Color HEX #FB7BFF Fuchsia Pink

📋 copy color: '#FB7BFF'

red 251 ◦ green 123 ◦ blue 255

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

Shades of Fuchsia Pink #FB7BFF

Tints of Fuchsia Pink #FB7BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.55%

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

R = 39.9%
G = 19.55%
B = 40.54%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB7BFF (or 0xFB7BFF) is known color: Fuchsia Pink. HEX triplet: FB, 7B and FF. RGB value is (251,123,255). Sum of RGB (Red+Green+Blue) = 251+123+255=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 123 (48.44% from 255 or 19.55% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BFF is #048400. Grayscale: #AFAFAF. Windows color (decimal): -295937 or 16743419. OLE color: 16743419.

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

Color convert

RGB 251 123 255 -
CMYK 0.02 0.52 0 0
HSL 298.18º 1% 0.74% -
HSV(B) 298.18º 0.52% 1% -
XYZ 64.92 41.9 99.27 -
YUV 176.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 251 123 255 0.02 0.52 0 0 298.18 1 0.74
Hex FB 7B FF 2 34 0 0 12A 64 4A
Octal 373 173 377 2 64 0 0 452 144 112
Binary 11111011 1111011 11111111 10 110100 0 0 100101010 1100100 1001010

Color Harmonies of #FB7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7BFF

Black with #FB7BFF

Text Example


Text Example

White with #FB7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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