#F97273

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

Shades of Froly #F97273

Tints of Froly #F97273

Color information

#F97273 (or 0xF97273) is unknown color: approx Froly. HEX triplet: F9, 72 and 73. RGB value is (249,114,115). Sum of RGB (Red+Green+Blue) = 249+114+115=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F97273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97273 is #068D8C. Grayscale: #9A9A9A. Windows color (decimal): -429453 or 7566073. OLE color: 7566073.

HSL color Cylindrical-coordinate representation of color #F97273: hue angle of 359.56º 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 #F97273 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB249114115-
CMYK00.540.540.02
HSL359.56º91.84%71.18%-
HSV(B)359.56º54.22%97.65%-
XYZ48.1833.4120.13-
YUV154.48105.73195.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=52.09%
G=23.85%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911411500.540.540.02359.5691.8471.18
HexF972730363621685c47
Octal371162163066662550134107
Binary111110011110010111001101101101101101010110100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97273; }

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

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

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

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

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

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

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

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