#F15753

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

Shades of Flamingo #F15753

Tints of Flamingo #F15753

Color information

#F15753 (or 0xF15753) is unknown color: approx Flamingo. HEX triplet: F1, 57 and 53. RGB value is (241,87,83). Sum of RGB (Red+Green+Blue) = 241+87+83=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F15753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15753 is #0EA8AC. Grayscale: #848484. Windows color (decimal): -960685 or 5462001. OLE color: 5462001.

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

Color convert

RGB2418783-
CMYK00.640.660.05
HSL1.52º84.95%63.53%-
HSV(B)1.52º65.56%94.51%-
XYZ41.2526.1411.06-
YUV132.59100.02205.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.64%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=58.64%
G=21.17%
B=20.19%

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
Decimal241878300.640.660.051.5284.9563.53
HexF1575304042525540
Octal361127123010010252125100
Binary11110001101011110100110100000010000101011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15753; }

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

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

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

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

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

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

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

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