#F15851

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

Shades of Flamingo #F15851

Tints of Flamingo #F15851

Color information

#F15851 (or 0xF15851) is unknown color: approx Flamingo. HEX triplet: F1, 58 and 51. RGB value is (241,88,81). Sum of RGB (Red+Green+Blue) = 241+88+81=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15851 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15851 is #0EA7AE. Grayscale: #858585. Windows color (decimal): -960431 or 5331185. OLE color: 5331185.

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

Color convert

RGB2418881-
CMYK00.630.660.05
HSL2.63º85.11%63.14%-
HSV(B)2.63º66.39%94.51%-
XYZ41.2526.2710.68-
YUV132.9598.69205.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 81 (32.03% from 255) = 19.76%
R=58.78%
G=21.46%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241888100.630.660.052.6385.1163.14
HexF1585103F4253553f
Octal3611301210771025312577
Binary111100011011000101000101111111000010101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15851; }

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

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

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

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

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

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

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

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