#FD7172

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

Shades of Froly #FD7172

Tints of Froly #FD7172

Color information

#FD7172 (or 0xFD7172) is unknown color: approx Froly. HEX triplet: FD, 71 and 72. RGB value is (253,113,114). Sum of RGB (Red+Green+Blue) = 253+113+114=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7172 is #028E8D. Grayscale: #9B9B9B. Windows color (decimal): -167566 or 7500285. OLE color: 7500285.

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

Color convert

RGB253113114-
CMYK00.550.550.01
HSL359.57º97.22%71.76%-
HSV(B)359.57º55.34%99.22%-
XYZ49.4533.9119.86-
YUV154.97104.88197.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.71%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=52.71%
G=23.54%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311311400.550.550.01359.5797.2271.76
HexFD71720373711686148
Octal375161162067671550141110
Binary11111101111000111100100110111110111110110100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7172; }

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

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

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

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

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

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

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

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