Html Css Color HEX #F0604D Flamingo

📋 copy color: '#F0604D'

red 240 ◦ green 96 ◦ blue 77

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

Shades of Flamingo #F0604D

Tints of Flamingo #F0604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.24%

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 58.11%
G = 23.24%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0604D (or 0xF0604D) is known color: Flamingo. HEX triplet: F0, 60 and 4D. RGB value is (240,96,77). Sum of RGB (Red+Green+Blue) = 240+96+77=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0604D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0604D is #0F9FB2. Grayscale: #898989. Windows color (decimal): -1023923 or 5071088. OLE color: 5071088.

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

Color convert

RGB 240 96 77 -
CMYK 0 0.6 0.68 0.06
HSL 6.99º 0.84% 0.62% -
HSV(B) 6.99º 0.68% 0.94% -
XYZ 41.46 27.43 10.13 -
YUV 136.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 240 96 77 0 0.6 0.68 0.06 6.99 0.84 0.62
Hex F0 60 4D 0 3C 44 6 7 54 3E
Octal 360 140 115 0 74 104 6 7 124 76
Binary 11110000 1100000 1001101 0 111100 1000100 110 111 1010100 111110

Color Harmonies of #F0604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0604D

Black with #F0604D

Text Example


Text Example

White with #F0604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0604D; }

 p { color: rgb(240,96,77); }

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

background-color css

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

 a { background-color: rgb(240,96,77); }

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

border-color css

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

 span { border-color: rgb(240,96,77); }

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