#F9797F

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

Shades of Froly #F9797F

Tints of Froly #F9797F

Color information

#F9797F (or 0xF9797F) is unknown color: approx Froly. HEX triplet: F9, 79 and 7F. RGB value is (249,121,127). Sum of RGB (Red+Green+Blue) = 249+121+127=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9797F is #068680. Grayscale: #A0A0A0. Windows color (decimal): -427649 or 8354297. OLE color: 8354297.

HSL color Cylindrical-coordinate representation of color #F9797F: hue angle of 357.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9797F is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB249121127-
CMYK00.510.490.02
HSL357.19º91.43%72.55%-
HSV(B)357.19º51.41%97.65%-
XYZ49.7435.3524.28-
YUV159.96109.41191.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 127 (50% from 255) = 25.55%
R=50.10%
G=24.35%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912112700.510.490.02357.1991.4372.55
HexF9797F0333121655b49
Octal371171177063612545133111
Binary111110011111001111111101100111100011010110010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9797F; }

 p { color: rgb(249,121,127); }

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

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

 a { background-color: rgb(249,121,127); }

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

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

 span { border-color: rgb(249,121,127); }

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