#F37C81

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

Shades of Froly #F37C81

Tints of Froly #F37C81

Color information

#F37C81 (or 0xF37C81) is unknown color: approx Froly. HEX triplet: F3, 7C and 81. RGB value is (243,124,129). Sum of RGB (Red+Green+Blue) = 243+124+129=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37C81 is #0C837E. Grayscale: #A0A0A0. Windows color (decimal): -820095 or 8486131. OLE color: 8486131.

HSL color Cylindrical-coordinate representation of color #F37C81: hue angle of 357.48º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37C81 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243124129-
CMYK00.490.470.05
HSL357.48º83.22%71.96%-
HSV(B)357.48º48.97%95.29%-
XYZ48.1335.0525-
YUV160.15110.42187.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 124 (48.83% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=48.99%
G=25%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312412900.490.470.05357.4883.2271.96
HexF37C810312F51655348
Octal363174201061575545123110
Binary11110011111110010000001011000110111110110110010110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37C81; }

 p { color: rgb(243,124,129); }

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

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

 a { background-color: rgb(243,124,129); }

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

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

 span { border-color: rgb(243,124,129); }

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