#F15C60

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

Shades of Froly #F15C60

Tints of Froly #F15C60

Color information

#F15C60 (or 0xF15C60) is unknown color: approx Froly. HEX triplet: F1, 5C and 60. RGB value is (241,92,96). Sum of RGB (Red+Green+Blue) = 241+92+96=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C60 is #0EA39F. Grayscale: #898989. Windows color (decimal): -959392 or 6315249. OLE color: 6315249.

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

Color convert

RGB2419296-
CMYK00.620.600.05
HSL358.39º84.18%65.29%-
HSV(B)358.39º61.83%94.51%-
XYZ42.2127.214.09-
YUV137.01104.86202.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=56.18%
G=21.45%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241929600.620.600.05358.3984.1865.29
HexF15C6003E3C51665441
Octal361134140076745546124101
Binary1111000110111001100000011111011110010110110011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15C60; }

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

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

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

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

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

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

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

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