#F15B55

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

Shades of Flamingo #F15B55

Tints of Flamingo #F15B55

Color information

#F15B55 (or 0xF15B55) is unknown color: approx Flamingo. HEX triplet: F1, 5B and 55. RGB value is (241,91,85). Sum of RGB (Red+Green+Blue) = 241+91+85=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15B55 is #0EA4AA. Grayscale: #878787. Windows color (decimal): -959659 or 5594097. OLE color: 5594097.

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

Color convert

RGB2419185-
CMYK00.620.650.05
HSL2.31º84.78%63.92%-
HSV(B)2.31º64.73%94.51%-
XYZ41.6626.8411.58-
YUV135.1799.7203.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=57.79%
G=21.82%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241918500.620.650.052.3184.7863.92
HexF15B5503E41525540
Octal36113312507610152125100
Binary1111000110110111010101011111010000011011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15B55; }

 p { color: rgb(241,91,85); }

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

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

 a { background-color: rgb(241,91,85); }

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

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

 span { border-color: rgb(241,91,85); }

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