#F97176

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

Shades of Froly #F97176

Tints of Froly #F97176

Color information

#F97176 (or 0xF97176) is unknown color: approx Froly. HEX triplet: F9, 71 and 76. RGB value is (249,113,118). Sum of RGB (Red+Green+Blue) = 249+113+118=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F97176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97176 is #068E89. Grayscale: #9A9A9A. Windows color (decimal): -429706 or 7762425. OLE color: 7762425.

HSL color Cylindrical-coordinate representation of color #F97176: hue angle of 357.79º degrees, saturation: 0.92, 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 #F97176 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB249113118-
CMYK00.550.530.02
HSL357.79º91.89%70.98%-
HSV(B)357.79º54.62%97.65%-
XYZ48.2433.2621.02-
YUV154.23107.56195.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=51.88%
G=23.54%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911311800.550.530.02357.7991.8970.98
HexF971760373521665c47
Octal371161166067652546134107
Binary111110011110001111011001101111101011010110011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97176; }

 p { color: rgb(249,113,118); }

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

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

 a { background-color: rgb(249,113,118); }

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

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

 span { border-color: rgb(249,113,118); }

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