#F1564F

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

Shades of Flamingo #F1564F

Tints of Flamingo #F1564F

Color information

#F1564F (or 0xF1564F) is unknown color: approx Flamingo. HEX triplet: F1, 56 and 4F. RGB value is (241,86,79). Sum of RGB (Red+Green+Blue) = 241+86+79=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1564F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1564F is #0EA9B0. Grayscale: #838383. Windows color (decimal): -960945 or 5199601. OLE color: 5199601.

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

Color convert

RGB2418679-
CMYK00.640.670.05
HSL2.59º85.26%62.75%-
HSV(B)2.59º67.22%94.51%-
XYZ41.0125.9210.24-
YUV131.5598.35206.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=59.36%
G=21.18%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241867900.640.670.052.5985.2662.75
HexF1564F0404353553f
Octal36112611701001035312577
Binary1111000110101101001111010000001000011101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1564F; }

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

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

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

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

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

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

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

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