#F26355

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

Shades of Flamingo #F26355

Tints of Flamingo #F26355

Color information

#F26355 (or 0xF26355) is unknown color: approx Flamingo. HEX triplet: F2, 63 and 55. RGB value is (242,99,85). Sum of RGB (Red+Green+Blue) = 242+99+85=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F26355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26355 is #0D9CAA. Grayscale: #8C8C8C. Windows color (decimal): -892075 or 5596146. OLE color: 5596146.

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

Color convert

RGB2429985-
CMYK00.590.650.05
HSL5.35º85.79%64.12%-
HSV(B)5.35º64.88%94.9%-
XYZ42.7228.4611.84-
YUV140.1696.88200.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.81%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=56.81%
G=23.24%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242998500.590.650.055.3585.7964.12
HexF2635503B41555640
Octal36214312507310155126100
Binary11110010110001110101010111011100000110110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26355; }

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

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

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

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

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

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

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

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