Html Css Color HEX #F0664F Flamingo

📋 copy color: '#F0664F'

red 240 ◦ green 102 ◦ blue 79

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

Shades of Flamingo #F0664F

Tints of Flamingo #F0664F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.76%

R = 57.01%
G = 24.23%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0664F (or 0xF0664F) is known color: Flamingo. HEX triplet: F0, 66 and 4F. RGB value is (240,102,79). Sum of RGB (Red+Green+Blue) = 240+102+79=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0664F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0664F is #0F99B0. Grayscale: #8C8C8C. Windows color (decimal): -1022385 or 5203696. OLE color: 5203696.

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

Color convert

RGB 240 102 79 -
CMYK 0 0.58 0.67 0.06
HSL 8.57º 0.84% 0.63% -
HSV(B) 8.57º 0.67% 0.94% -
XYZ 42.1 28.59 10.7 -
YUV 140.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 240 102 79 0 0.58 0.67 0.06 8.57 0.84 0.63
Hex F0 66 4F 0 3A 43 6 9 54 3F
Octal 360 146 117 0 72 103 6 11 124 77
Binary 11110000 1100110 1001111 0 111010 1000011 110 1001 1010100 111111

Color Harmonies of #F0664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0664F

Black with #F0664F

Text Example


Text Example

White with #F0664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0664F; }

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

 H1.HeaderClassName
 {
   color: #F0664F;
 }
 .AnyTagClassName
 {
   color: #F0664F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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