#F37F81

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

Shades of Froly #F37F81

Tints of Froly #F37F81

Color information

#F37F81 (or 0xF37F81) is unknown color: approx Froly. HEX triplet: F3, 7F and 81. RGB value is (243,127,129). Sum of RGB (Red+Green+Blue) = 243+127+129=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37F81 is #0C807E. Grayscale: #A2A2A2. Windows color (decimal): -819327 or 8486899. OLE color: 8486899.

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

Color convert

RGB243127129-
CMYK00.480.470.05
HSL358.97º82.86%72.55%-
HSV(B)358.97º47.74%95.29%-
XYZ48.5135.8225.13-
YUV161.91109.43185.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.70%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=48.70%
G=25.45%
B=25.85%

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
Decimal24312712900.480.470.05358.9782.8672.55
HexF37F810302F51675349
Octal363177201060575547123111
Binary11110011111111110000001011000010111110110110011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37F81; }

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

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

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

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

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

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

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

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