#F26354

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

Shades of Flamingo #F26354

Tints of Flamingo #F26354

Color information

#F26354 (or 0xF26354) is unknown color: approx Flamingo. HEX triplet: F2, 63 and 54. RGB value is (242,99,84). Sum of RGB (Red+Green+Blue) = 242+99+84=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F26354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26354 is #0D9CAB. Grayscale: #8C8C8C. Windows color (decimal): -892076 or 5530610. OLE color: 5530610.

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

Color convert

RGB2429984-
CMYK00.590.650.05
HSL5.7º85.87%63.92%-
HSV(B)5.7º65.29%94.9%-
XYZ42.6828.4411.63-
YUV140.0596.38200.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=56.94%
G=23.29%
B=19.76%

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
Decimal242998400.590.650.055.785.8763.92
HexF2635403B41565640
Octal36214312407310156126100
Binary11110010110001110101000111011100000110111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26354; }

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

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

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

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

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

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

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

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