#FB7172

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

Shades of Froly #FB7172

Tints of Froly #FB7172

Color information

#FB7172 (or 0xFB7172) is unknown color: approx Froly. HEX triplet: FB, 71 and 72. RGB value is (251,113,114). Sum of RGB (Red+Green+Blue) = 251+113+114=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7172 is #048E8D. Grayscale: #9A9A9A. Windows color (decimal): -298638 or 7500283. OLE color: 7500283.

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

Color convert

RGB251113114-
CMYK00.550.550.02
HSL359.57º94.52%71.37%-
HSV(B)359.57º54.98%98.43%-
XYZ48.7333.5319.82-
YUV154.38105.22196.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.51%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=52.51%
G=23.64%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111311400.550.550.02359.5794.5271.37
HexFB71720373721685f47
Octal373161162067672550137107
Binary111110111110001111001001101111101111010110100010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7172; }

 p { color: rgb(251,113,114); }

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

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

 a { background-color: rgb(251,113,114); }

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

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

 span { border-color: rgb(251,113,114); }

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