#F15F54

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

Shades of Flamingo #F15F54

Tints of Flamingo #F15F54

Color information

#F15F54 (or 0xF15F54) is unknown color: approx Flamingo. HEX triplet: F1, 5F and 54. RGB value is (241,95,84). Sum of RGB (Red+Green+Blue) = 241+95+84=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F54 is #0EA0AB. Grayscale: #898989. Windows color (decimal): -958636 or 5529585. OLE color: 5529585.

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

Color convert

RGB2419584-
CMYK00.610.650.05
HSL4.2º84.86%63.73%-
HSV(B)4.2º65.15%94.51%-
XYZ41.9727.5311.49-
YUV137.497.87201.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.38%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 84 (33.20% from 255) = 20%
R=57.38%
G=22.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241958400.610.650.054.284.8663.73
HexF15F5403D41545540
Octal36113712407510154125100
Binary11110001101111110101000111101100000110110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F54; }

 p { color: rgb(241,95,84); }

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

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

 a { background-color: rgb(241,95,84); }

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

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

 span { border-color: rgb(241,95,84); }

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