#F15751

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

Shades of Flamingo #F15751

Tints of Flamingo #F15751

Color information

#F15751 (or 0xF15751) is unknown color: approx Flamingo. HEX triplet: F1, 57 and 51. RGB value is (241,87,81). Sum of RGB (Red+Green+Blue) = 241+87+81=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F15751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15751 is #0EA8AE. Grayscale: #848484. Windows color (decimal): -960687 or 5330929. OLE color: 5330929.

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

Color convert

RGB2418781-
CMYK00.640.660.05
HSL2.25º85.11%63.14%-
HSV(B)2.25º66.39%94.51%-
XYZ41.1726.1110.65-
YUV132.3699.02205.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.92%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 81 (32.03% from 255) = 19.80%
R=58.92%
G=21.27%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241878100.640.660.052.2585.1163.14
HexF157510404252553f
Octal36112712101001025212577
Binary1111000110101111010001010000001000010101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15751; }

 p { color: rgb(241,87,81); }

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

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

 a { background-color: rgb(241,87,81); }

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

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

 span { border-color: rgb(241,87,81); }

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