#F25959

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

Shades of Flamingo #F25959

Tints of Flamingo #F25959

Color information

#F25959 (or 0xF25959) is unknown color: approx Flamingo. HEX triplet: F2, 59 and 59. RGB value is (242,89,89). Sum of RGB (Red+Green+Blue) = 242+89+89=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F25959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25959 is #0DA6A6. Grayscale: #868686. Windows color (decimal): -894631 or 5855730. OLE color: 5855730.

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

Color convert

RGB2428989-
CMYK00.630.630.05
HSL85.47%64.9%-
HSV(B)63.22%94.9%-
XYZ41.9926.7412.4-
YUV134.75102.19204.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.62%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=57.62%
G=21.19%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242898900.630.630.05085.4764.9
HexF2595903F3F505541
Octal3621311310777750125101
Binary11110010101100110110010111111111111101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25959; }

 p { color: rgb(242,89,89); }

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

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

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

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

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

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

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