#F15F61

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

Shades of Froly #F15F61

Tints of Froly #F15F61

Color information

#F15F61 (or 0xF15F61) is unknown color: approx Froly. HEX triplet: F1, 5F and 61. RGB value is (241,95,97). Sum of RGB (Red+Green+Blue) = 241+95+97=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F61 is #0EA09E. Grayscale: #8B8B8B. Windows color (decimal): -958623 or 6381553. OLE color: 6381553.

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

Color convert

RGB2419597-
CMYK00.610.600.05
HSL359.18º83.91%65.88%-
HSV(B)359.18º60.58%94.51%-
XYZ42.5327.7514.42-
YUV138.88104.37200.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.66%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=55.66%
G=21.94%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241959700.610.600.05359.1883.9165.88
HexF15F6103D3C51675442
Octal361137141075745547124102
Binary1111000110111111100001011110111110010110110011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F61; }

 p { color: rgb(241,95,97); }

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

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

 a { background-color: rgb(241,95,97); }

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

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

 span { border-color: rgb(241,95,97); }

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