#F26155

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

Shades of Flamingo #F26155

Tints of Flamingo #F26155

Color information

#F26155 (or 0xF26155) is unknown color: approx Flamingo. HEX triplet: F2, 61 and 55. RGB value is (242,97,85). Sum of RGB (Red+Green+Blue) = 242+97+85=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F26155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26155 is #0D9EAA. Grayscale: #8B8B8B. Windows color (decimal): -892587 or 5595634. OLE color: 5595634.

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

Color convert

RGB2429785-
CMYK00.600.650.05
HSL4.59º85.79%64.12%-
HSV(B)4.59º64.88%94.9%-
XYZ42.5328.0811.77-
YUV138.9997.54201.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.08%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 85 (33.59% from 255) = 20.05%
R=57.08%
G=22.88%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242978500.600.650.054.5985.7964.12
HexF2615503C41555640
Octal36214112507410155126100
Binary11110010110000110101010111100100000110110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26155; }

 p { color: rgb(242,97,85); }

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

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

 a { background-color: rgb(242,97,85); }

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

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

 span { border-color: rgb(242,97,85); }

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