#F0664C

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

Shades of Flamingo #F0664C

Tints of Flamingo #F0664C

Color information

#F0664C (or 0xF0664C) is unknown color: approx Flamingo. HEX triplet: F0, 66 and 4C. RGB value is (240,102,76). Sum of RGB (Red+Green+Blue) = 240+102+76=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0664C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0664C is #0F99B3. Grayscale: #8C8C8C. Windows color (decimal): -1022388 or 5007088. OLE color: 5007088.

HSL color Cylindrical-coordinate representation of color #F0664C: hue angle of 9.51º degrees, saturation: 0.85, 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 #F0664C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24010276-
CMYK00.580.680.06
HSL9.51º84.54%61.96%-
HSV(B)9.51º68.33%94.12%-
XYZ41.9928.5510.13-
YUV140.391.72199.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.42%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=57.42%
G=24.40%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401027600.580.680.069.5184.5461.96
HexF0664C03A446a553e
Octal36014611407210461212576
Binary11110000110011010011000111010100010011010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0664C; }

 p { color: rgb(240,102,76); }

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

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

 a { background-color: rgb(240,102,76); }

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

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

 span { border-color: rgb(240,102,76); }

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