#F15F56

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

Shades of Flamingo #F15F56

Tints of Flamingo #F15F56

Color information

#F15F56 (or 0xF15F56) is unknown color: approx Flamingo. HEX triplet: F1, 5F and 56. RGB value is (241,95,86). Sum of RGB (Red+Green+Blue) = 241+95+86=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F56 is #0EA0A9. Grayscale: #898989. Windows color (decimal): -958634 or 5660657. OLE color: 5660657.

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

Color convert

RGB2419586-
CMYK00.610.640.05
HSL3.48º84.7%64.12%-
HSV(B)3.48º64.32%94.51%-
XYZ42.0527.5611.91-
YUV137.6398.87201.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.11%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=57.11%
G=22.51%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241958600.610.640.053.4884.764.12
HexF15F5603D40535540
Octal36113712607510053125100
Binary1111000110111111010110011110110000001011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F56; }

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

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

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

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

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

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

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

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