Html Css Color HEX #F0644E Flamingo

📋 copy color: '#F0644E'

red 240 ◦ green 100 ◦ blue 78

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

Shades of Flamingo #F0644E

Tints of Flamingo #F0644E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

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

R = 57.42%
G = 23.92%
B = 18.66%

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

#F0644E (or 0xF0644E) is known color: Flamingo. HEX triplet: F0, 64 and 4E. RGB value is (240,100,78). Sum of RGB (Red+Green+Blue) = 240+100+78=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0644E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0644E is #0F9BB1. Grayscale: #8B8B8B. Windows color (decimal): -1022898 or 5137648. OLE color: 5137648.

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

Color convert

RGB 240 100 78 -
CMYK 0 0.58 0.68 0.06
HSL 8.15º 0.84% 0.62% -
HSV(B) 8.15º 0.68% 0.94% -
XYZ 41.87 28.19 10.44 -
YUV 139.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 240 100 78 0 0.58 0.68 0.06 8.15 0.84 0.62
Hex F0 64 4E 0 3A 44 6 8 54 3E
Octal 360 144 116 0 72 104 6 10 124 76
Binary 11110000 1100100 1001110 0 111010 1000100 110 1000 1010100 111110

Color Harmonies of #F0644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0644E

Black with #F0644E

Text Example


Text Example

White with #F0644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0644E; }

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

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

background-color css

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

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

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

border-color css

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

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

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