#FB7BF6

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

Shades of Fuchsia Pink #FB7BF6

Tints of Fuchsia Pink #FB7BF6

Color information

#FB7BF6 (or 0xFB7BF6) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 7B and F6. RGB value is (251,123,246). Sum of RGB (Red+Green+Blue) = 251+123+246=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 123 (48.44% from 255 or 19.84% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BF6 is #048409. Grayscale: #AEAEAE. Windows color (decimal): -295946 or 16153595. OLE color: 16153595.

HSL color Cylindrical-coordinate representation of color #FB7BF6: hue angle of 302.34º 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 #FB7BF6 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251123246-
CMYK00.510.020.02
HSL302.34º94.12%73.33%-
HSV(B)302.34º51%98.43%-
XYZ63.541.3391.82-
YUV175.29167.91182-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 123 (48.44% from 255) = 19.84%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=40.48%
G=19.84%
B=39.68%

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
Decimal25112324600.510.020.02302.3494.1273.33
HexFB7BF60332212e5e49
Octal37317336606322456136111
Binary111110111111011111101100110011101010010111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7BF6; }

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

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

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

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

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

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

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

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