#F36A70

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

Shades of Froly #F36A70

Tints of Froly #F36A70

Color information

#F36A70 (or 0xF36A70) is unknown color: approx Froly. HEX triplet: F3, 6A and 70. RGB value is (243,106,112). Sum of RGB (Red+Green+Blue) = 243+106+112=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F36A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36A70 is #0C958F. Grayscale: #939393. Windows color (decimal): -824720 or 7367411. OLE color: 7367411.

HSL color Cylindrical-coordinate representation of color #F36A70: hue angle of 357.37º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36A70 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB243106112-
CMYK00.560.540.05
HSL357.37º85.09%68.43%-
HSV(B)357.37º56.38%95.29%-
XYZ45.0430.5318.85-
YUV147.65107.89196.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.71%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=52.71%
G=22.99%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310611200.560.540.05357.3785.0968.43
HexF36A700383651655544
Octal363152160070665545125104
Binary1111001111010101110000011100011011010110110010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36A70; }

 p { color: rgb(243,106,112); }

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

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

 a { background-color: rgb(243,106,112); }

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

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

 span { border-color: rgb(243,106,112); }

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