Html Css Color HEX #F0674C Flamingo

📋 copy color: '#F0674C'

red 240 ◦ green 103 ◦ blue 76

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

Shades of Flamingo #F0674C

Tints of Flamingo #F0674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.58%

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

R = 57.28%
G = 24.58%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0674C (or 0xF0674C) is known color: Flamingo. HEX triplet: F0, 67 and 4C. RGB value is (240,103,76). Sum of RGB (Red+Green+Blue) = 240+103+76=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0674C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0674C is #0F98B3. Grayscale: #8D8D8D. Windows color (decimal): -1022132 or 5007344. OLE color: 5007344.

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

Color convert

RGB 240 103 76 -
CMYK 0 0.57 0.68 0.06
HSL 9.88º 0.85% 0.62% -
HSV(B) 9.88º 0.68% 0.94% -
XYZ 42.09 28.75 10.17 -
YUV 140.89 91.39 198.7 -
System Red Green Blue C M Y K H S L
Decimal 240 103 76 0 0.57 0.68 0.06 9.88 0.85 0.62
Hex F0 67 4C 0 39 44 6 A 55 3E
Octal 360 147 114 0 71 104 6 12 125 76
Binary 11110000 1100111 1001100 0 111001 1000100 110 1010 1010101 111110

Color Harmonies of #F0674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0674C

Black with #F0674C

Text Example


Text Example

White with #F0674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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