Html Css Color HEX #F0564F Flamingo

📋 copy color: '#F0564F'

red 240 ◦ green 86 ◦ blue 79

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

Shades of Flamingo #F0564F

Tints of Flamingo #F0564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 59.26%
G = 21.23%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0564F (or 0xF0564F) is known color: Flamingo. HEX triplet: F0, 56 and 4F. RGB value is (240,86,79). Sum of RGB (Red+Green+Blue) = 240+86+79=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0564F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0564F is #0FA9B0. Grayscale: #838383. Windows color (decimal): -1026481 or 5199600. OLE color: 5199600.

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

Color convert

RGB 240 86 79 -
CMYK 0 0.64 0.67 0.06
HSL 2.61º 0.84% 0.63% -
HSV(B) 2.61º 0.67% 0.94% -
XYZ 40.67 25.75 10.22 -
YUV 131.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 240 86 79 0 0.64 0.67 0.06 2.61 0.84 0.63
Hex F0 56 4F 0 40 43 6 3 54 3F
Octal 360 126 117 0 100 103 6 3 124 77
Binary 11110000 1010110 1001111 0 1000000 1000011 110 11 1010100 111111

Color Harmonies of #F0564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0564F

Black with #F0564F

Text Example


Text Example

White with #F0564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0564F; }

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

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

background-color css

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

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

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

border-color css

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

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

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