#FB79F5

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

Shades of Fuchsia Pink #FB79F5

Tints of Fuchsia Pink #FB79F5

Color information

#FB79F5 (or 0xFB79F5) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 79 and F5. RGB value is (251,121,245). Sum of RGB (Red+Green+Blue) = 251+121+245=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 121 (47.66% from 255 or 19.61% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB79F5 is #04860A. Grayscale: #ADADAD. Windows color (decimal): -296459 or 16087547. OLE color: 16087547.

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

Color convert

RGB251121245-
CMYK00.520.020.02
HSL302.77º94.2%72.94%-
HSV(B)302.77º51.79%98.43%-
XYZ63.140.7890.93-
YUV174.01168.07182.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 121 (47.66% from 255) = 19.61%
BLUE value IS 245 (96.09% from 255) = 39.71%
R=40.68%
G=19.61%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112124500.520.020.02302.7794.272.94
HexFB79F50342212f5e49
Octal37317136506422457136111
Binary111110111111001111101010110100101010010111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB79F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB79F5; }

 p { color: rgb(251,121,245); }

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

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

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

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

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

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

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