#F36C75

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

Shades of Froly #F36C75

Tints of Froly #F36C75

Color information

#F36C75 (or 0xF36C75) is unknown color: approx Froly. HEX triplet: F3, 6C and 75. RGB value is (243,108,117). Sum of RGB (Red+Green+Blue) = 243+108+117=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C75 is #0C938A. Grayscale: #959595. Windows color (decimal): -824203 or 7695603. OLE color: 7695603.

HSL color Cylindrical-coordinate representation of color #F36C75: hue angle of 356º 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 #F36C75 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB243108117-
CMYK00.560.520.05
HSL356º84.91%68.82%-
HSV(B)356º55.56%95.29%-
XYZ45.5431.0620.43-
YUV149.39109.73194.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.92%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 117 (46.09% from 255) = 25%
R=51.92%
G=23.08%
B=25%

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
Decimal24310811700.560.520.0535684.9168.82
HexF36C750383451645545
Octal363154165070645544125105
Binary1111001111011001110101011100011010010110110010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36C75; }

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

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

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

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

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

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

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

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