#F16555

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

Shades of Flamingo #F16555

Tints of Flamingo #F16555

Color information

#F16555 (or 0xF16555) is unknown color: approx Flamingo. HEX triplet: F1, 65 and 55. RGB value is (241,101,85). Sum of RGB (Red+Green+Blue) = 241+101+85=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F16555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16555 is #0E9AAA. Grayscale: #8D8D8D. Windows color (decimal): -957099 or 5596657. OLE color: 5596657.

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

Color convert

RGB24110185-
CMYK00.580.650.05
HSL6.15º84.78%63.92%-
HSV(B)6.15º64.73%94.51%-
XYZ42.5728.6611.88-
YUV141.0496.38199.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 85 (33.59% from 255) = 19.91%
R=56.44%
G=23.65%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411018500.580.650.056.1584.7863.92
HexF1655503A41565540
Octal36114512507210156125100
Binary11110001110010110101010111010100000110111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16555; }

 p { color: rgb(241,101,85); }

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

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

 a { background-color: rgb(241,101,85); }

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

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

 span { border-color: rgb(241,101,85); }

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