Html Css Color HEX #F0674E Flamingo

📋 copy color: '#F0674E'

red 240 ◦ green 103 ◦ blue 78

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

Shades of Flamingo #F0674E

Tints of Flamingo #F0674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 57.01%
G = 24.47%
B = 18.53%

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

#F0674E (or 0xF0674E) is known color: Flamingo. HEX triplet: F0, 67 and 4E. RGB value is (240,103,78). Sum of RGB (Red+Green+Blue) = 240+103+78=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0674E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0674E is #0F98B1. Grayscale: #8D8D8D. Windows color (decimal): -1022130 or 5138416. OLE color: 5138416.

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

Color convert

RGB 240 103 78 -
CMYK 0 0.57 0.68 0.06
HSL 9.26º 0.84% 0.62% -
HSV(B) 9.26º 0.68% 0.94% -
XYZ 42.16 28.78 10.54 -
YUV 141.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 240 103 78 0 0.57 0.68 0.06 9.26 0.84 0.62
Hex F0 67 4E 0 39 44 6 9 54 3E
Octal 360 147 116 0 71 104 6 11 124 76
Binary 11110000 1100111 1001110 0 111001 1000100 110 1001 1010100 111110

Color Harmonies of #F0674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0674E

Black with #F0674E

Text Example


Text Example

White with #F0674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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