#F15C5E

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

Shades of Froly #F15C5E

Tints of Froly #F15C5E

Color information

#F15C5E (or 0xF15C5E) is unknown color: approx Froly. HEX triplet: F1, 5C and 5E. RGB value is (241,92,94). Sum of RGB (Red+Green+Blue) = 241+92+94=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C5E is #0EA3A1. Grayscale: #888888. Windows color (decimal): -959394 or 6184177. OLE color: 6184177.

HSL color Cylindrical-coordinate representation of color #F15C5E: hue angle of 359.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15C5E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB2419294-
CMYK00.620.610.05
HSL359.19º84.18%65.29%-
HSV(B)359.19º61.83%94.51%-
XYZ42.1227.1613.61-
YUV136.78103.86202.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 94 (37.11% from 255) = 22.01%
R=56.44%
G=21.55%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241929400.620.610.05359.1984.1865.29
HexF15C5E03E3D51675441
Octal361134136076755547124101
Binary1111000110111001011110011111011110110110110011110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C5E; }

 p { color: rgb(241,92,94); }

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

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

 a { background-color: rgb(241,92,94); }

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

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

 span { border-color: rgb(241,92,94); }

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