#F37F82

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

Shades of Froly #F37F82

Tints of Froly #F37F82

Color information

#F37F82 (or 0xF37F82) is unknown color: approx Froly. HEX triplet: F3, 7F and 82. RGB value is (243,127,130). Sum of RGB (Red+Green+Blue) = 243+127+130=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37F82 is #0C807D. Grayscale: #A2A2A2. Windows color (decimal): -819326 or 8552435. OLE color: 8552435.

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

Color convert

RGB243127130-
CMYK00.480.470.05
HSL358.45º82.86%72.55%-
HSV(B)358.45º47.74%95.29%-
XYZ48.5835.8525.48-
YUV162.03109.93185.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.6%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 130 (51.17% from 255) = 26%
R=48.6%
G=25.4%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312713000.480.470.05358.4582.8672.55
HexF37F820302F51665349
Octal363177202060575546123111
Binary11110011111111110000010011000010111110110110011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37F82; }

 p { color: rgb(243,127,130); }

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

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

 a { background-color: rgb(243,127,130); }

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

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

 span { border-color: rgb(243,127,130); }

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