#FB7375

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

Shades of Froly #FB7375

Tints of Froly #FB7375

Color information

#FB7375 (or 0xFB7375) is unknown color: approx Froly. HEX triplet: FB, 73 and 75. RGB value is (251,115,117). Sum of RGB (Red+Green+Blue) = 251+115+117=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7375 is #048C8A. Grayscale: #9C9C9C. Windows color (decimal): -298123 or 7697403. OLE color: 7697403.

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

Color convert

RGB251115117-
CMYK00.540.530.02
HSL359.12º94.44%71.76%-
HSV(B)359.12º54.18%98.43%-
XYZ49.1334.0620.81-
YUV155.89106.06195.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.97%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=51.97%
G=23.81%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111511700.540.530.02359.1294.4471.76
HexFB73750363521675e48
Octal373163165066652547136110
Binary111110111110011111010101101101101011010110011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7375; }

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

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

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

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

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

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

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

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