#FB79F1

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

Shades of Fuchsia Pink #FB79F1

Tints of Fuchsia Pink #FB79F1

Color information

#FB79F1 (or 0xFB79F1) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 79 and F1. RGB value is (251,121,241). Sum of RGB (Red+Green+Blue) = 251+121+241=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 121 (47.66% from 255 or 19.74% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB79F1 is #04860E. Grayscale: #ADADAD. Windows color (decimal): -296463 or 15825403. OLE color: 15825403.

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

Color convert

RGB251121241-
CMYK00.520.040.02
HSL304.62º94.2%72.94%-
HSV(B)304.62º51.79%98.43%-
XYZ62.540.5387.75-
YUV173.55166.07183.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 121 (47.66% from 255) = 19.74%
BLUE value IS 241 (94.53% from 255) = 39.31%
R=40.95%
G=19.74%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112124100.520.040.02304.6294.272.94
HexFB79F1034421315e49
Octal37317136106442461136111
Binary1111101111110011111000101101001001010011000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB79F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB79F1; }

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

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

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

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

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

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

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

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