#FB75F6

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

Shades of Fuchsia Pink #FB75F6

Tints of Fuchsia Pink #FB75F6

Color information

#FB75F6 (or 0xFB75F6) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 75 and F6. RGB value is (251,117,246). Sum of RGB (Red+Green+Blue) = 251+117+246=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 117 (46.09% from 255 or 19.06% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB75F6 is #048A09. Grayscale: #ABABAB. Windows color (decimal): -297482 or 16152059. OLE color: 16152059.

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

Color convert

RGB251117246-
CMYK00.530.020.02
HSL302.24º94.37%72.16%-
HSV(B)302.24º53.39%98.43%-
XYZ62.7839.8991.58-
YUV171.77169.89184.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 117 (46.09% from 255) = 19.06%
BLUE value IS 246 (96.48% from 255) = 40.07%
R=40.88%
G=19.06%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111724600.530.020.02302.2494.3772.16
HexFB75F60352212e5e48
Octal37316536606522456136110
Binary111110111110101111101100110101101010010111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB75F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB75F6; }

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

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

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

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

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

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

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

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