#f97279

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

Shades of Froly #F97279

Tints of Froly #F97279

Color information

#F97279 (or 0xF97279) is unknown color: approx Froly. HEX triplet: F9, 72 and 79. RGB value is (249,114,121). Sum of RGB (Red+Green+Blue) = 249+114+121=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F97279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97279 is #068D86. Grayscale: #9B9B9B. Windows color (decimal): -429447 or 7959289. OLE color: 7959289.

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

Color convert

RGB249114121-
CMYK00.540.510.02
HSL356.89º91.84%71.18%-
HSV(B)356.89º54.22%97.65%-
XYZ48.5433.5522.01-
YUV155.16108.73194.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.45%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 121 (47.66% from 255) = 25%
R=51.45%
G=23.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911412100.540.510.02356.8991.8471.18
HexF972790363321655c47
Octal371162171066632545134107
Binary111110011110010111100101101101100111010110010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f97279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f97279; }

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

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

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

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

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

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

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

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