Html Css Color HEX #F0664C Flamingo

📋 copy color: '#F0664C'

red 240 ◦ green 102 ◦ blue 76

#F0664C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #F0664C

Tints of Flamingo #F0664C

RGB

 RED value IS 240 (94.14% from 255) = 57.42%

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 57.42%
G = 24.4%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0664C (or 0xF0664C) is known color: 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

RGB 240 102 76 -
CMYK 0 0.58 0.68 0.06
HSL 9.51º 0.85% 0.62% -
HSV(B) 9.51º 0.68% 0.94% -
XYZ 41.99 28.55 10.13 -
YUV 140.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 240 102 76 0 0.58 0.68 0.06 9.51 0.85 0.62
Hex F0 66 4C 0 3A 44 6 A 55 3E
Octal 360 146 114 0 72 104 6 12 125 76
Binary 11110000 1100110 1001100 0 111010 1000100 110 1010 1010101 111110

Color Harmonies of #F0664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0664C

Black with #F0664C

Text Example


Text Example

White with #F0664C

Text Example


Text Example

HTML Codes & Css Web 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>