#F26255

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

Shades of Flamingo #F26255

Tints of Flamingo #F26255

Color information

#F26255 (or 0xF26255) is unknown color: approx Flamingo. HEX triplet: F2, 62 and 55. RGB value is (242,98,85). Sum of RGB (Red+Green+Blue) = 242+98+85=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F26255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26255 is #0D9DAA. Grayscale: #8B8B8B. Windows color (decimal): -892331 or 5595890. OLE color: 5595890.

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

Color convert

RGB2429885-
CMYK00.600.650.05
HSL4.97º85.79%64.12%-
HSV(B)4.97º64.88%94.9%-
XYZ42.6328.2711.8-
YUV139.5797.21201.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 85 (33.59% from 255) = 20%
R=56.94%
G=23.06%
B=20%

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
Decimal242988500.600.650.054.9785.7964.12
HexF2625503C41555640
Octal36214212507410155126100
Binary11110010110001010101010111100100000110110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26255; }

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

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

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

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

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

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

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

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