#F26057

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

Shades of Flamingo #F26057

Tints of Flamingo #F26057

Color information

#F26057 (or 0xF26057) is unknown color: approx Flamingo. HEX triplet: F2, 60 and 57. RGB value is (242,96,87). Sum of RGB (Red+Green+Blue) = 242+96+87=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F26057 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26057 is #0D9FA8. Grayscale: #8A8A8A. Windows color (decimal): -892841 or 5726450. OLE color: 5726450.

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

Color convert

RGB2429687-
CMYK00.600.640.05
HSL3.48º85.64%64.51%-
HSV(B)3.48º64.05%94.9%-
XYZ42.5227.9312.17-
YUV138.6398.87201.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=56.94%
G=22.59%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242968700.600.640.053.4885.6464.51
HexF2605703C40535641
Octal36214012707410053126101
Binary1111001011000001010111011110010000001011110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26057; }

 p { color: rgb(242,96,87); }

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

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

 a { background-color: rgb(242,96,87); }

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

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

 span { border-color: rgb(242,96,87); }

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