#FF7172

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

Shades of Froly #FF7172

Tints of Froly #FF7172

Color information

#FF7172 (or 0xFF7172) is unknown color: approx Froly. HEX triplet: FF, 71 and 72. RGB value is (255,113,114). Sum of RGB (Red+Green+Blue) = 255+113+114=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7172 is #008E8D. Grayscale: #9B9B9B. Windows color (decimal): -36494 or 7500287. OLE color: 7500287.

HSL color Cylindrical-coordinate representation of color #FF7172: hue angle of 359.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7172 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255113114-
CMYK00.560.550
HSL359.58º100%72.16%-
HSV(B)359.58º55.69%100%-
XYZ50.1834.2919.89-
YUV155.57104.54198.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=52.90%
G=23.44%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511311400.560.550359.5810072.16
HexFF71720383701686448
Octal377161162070670550144110
Binary11111111111000111100100111000110111010110100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7172; }

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

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

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

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

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

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

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

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