#FB7BF7

Color #FB7BF7 Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FB7BF7

Tints of Fuchsia Pink #FB7BF7

Color information

#FB7BF7 (or 0xFB7BF7) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 7B and F7. RGB value is (251,123,247). Sum of RGB (Red+Green+Blue) = 251+123+247=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 123 (48.44% from 255 or 19.81% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BF7 is #048408. Grayscale: #AFAFAF. Windows color (decimal): -295945 or 16219131. OLE color: 16219131.

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

Color convert

RGB251123247-
CMYK00.510.020.02
HSL301.88º94.12%73.33%-
HSV(B)301.88º51%98.43%-
XYZ63.6641.3992.63-
YUV175.41168.41181.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 123 (48.44% from 255) = 19.81%
BLUE value IS 247 (96.88% from 255) = 39.77%
R=40.42%
G=19.81%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112324700.510.020.02301.8894.1273.33
HexFB7BF70332212e5e49
Octal37317336706322456136111
Binary111110111111011111101110110011101010010111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7BF7; }

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

 H1.HeaderClassName
 {
   color: #FB7BF7;
 }
 .AnyTagClassName
 {
   color: #FB7BF7;
 }
</style>
background-color css

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

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

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

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

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

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