#F05C4D

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

Shades of Flamingo #F05C4D

Tints of Flamingo #F05C4D

Color information

#F05C4D (or 0xF05C4D) is unknown color: approx Flamingo. HEX triplet: F0, 5C and 4D. RGB value is (240,92,77). Sum of RGB (Red+Green+Blue) = 240+92+77=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C4D is #0FA3B2. Grayscale: #868686. Windows color (decimal): -1024947 or 5070064. OLE color: 5070064.

HSL color Cylindrical-coordinate representation of color #F05C4D: hue angle of 5.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F05C4D is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB2409277-
CMYK00.620.680.06
HSL5.52º84.46%62.16%-
HSV(B)5.52º67.92%94.12%-
XYZ41.126.7210.01-
YUV134.5495.53203.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.68%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=58.68%
G=22.49%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240927700.620.680.065.5284.4662.16
HexF05C4D03E4466543e
Octal3601341150761046612476
Binary1111000010111001001101011111010001001101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05C4D; }

 p { color: rgb(240,92,77); }

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

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

 a { background-color: rgb(240,92,77); }

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

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

 span { border-color: rgb(240,92,77); }

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