#F36C74

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

Shades of Froly #F36C74

Tints of Froly #F36C74

Color information

#F36C74 (or 0xF36C74) is unknown color: approx Froly. HEX triplet: F3, 6C and 74. RGB value is (243,108,116). Sum of RGB (Red+Green+Blue) = 243+108+116=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C74 is #0C938B. Grayscale: #959595. Windows color (decimal): -824204 or 7630067. OLE color: 7630067.

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

Color convert

RGB243108116-
CMYK00.560.520.05
HSL356.44º84.91%68.82%-
HSV(B)356.44º55.56%95.29%-
XYZ45.4831.0420.12-
YUV149.28109.23194.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.03%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=52.03%
G=23.13%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310811600.560.520.05356.4484.9168.82
HexF36C740383451645545
Octal363154164070645544125105
Binary1111001111011001110100011100011010010110110010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36C74; }

 p { color: rgb(243,108,116); }

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

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

 a { background-color: rgb(243,108,116); }

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

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

 span { border-color: rgb(243,108,116); }

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