#F15850

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

Shades of Flamingo #F15850

Tints of Flamingo #F15850

Color information

#F15850 (or 0xF15850) is unknown color: approx Flamingo. HEX triplet: F1, 58 and 50. RGB value is (241,88,80). Sum of RGB (Red+Green+Blue) = 241+88+80=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F15850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15850 is #0EA7AF. Grayscale: #858585. Windows color (decimal): -960432 or 5265649. OLE color: 5265649.

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

Color convert

RGB2418880-
CMYK00.630.670.05
HSL2.98º85.19%62.94%-
HSV(B)2.98º66.8%94.51%-
XYZ41.2126.2610.49-
YUV132.8498.19205.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 80 (31.64% from 255) = 19.56%
R=58.92%
G=21.52%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241888000.630.670.052.9885.1962.94
HexF1585003F4353553f
Octal3611301200771035312577
Binary111100011011000101000001111111000011101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15850; }

 p { color: rgb(241,88,80); }

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

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

 a { background-color: rgb(241,88,80); }

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

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

 span { border-color: rgb(241,88,80); }

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