Html Css Color HEX #F0564D Flamingo

📋 copy color: '#F0564D'

red 240 ◦ green 86 ◦ blue 77

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

Shades of Flamingo #F0564D

Tints of Flamingo #F0564D

RGB

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

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

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

R = 59.55%
G = 21.34%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0564D (or 0xF0564D) is known color: Flamingo. HEX triplet: F0, 56 and 4D. RGB value is (240,86,77). Sum of RGB (Red+Green+Blue) = 240+86+77=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0564D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0564D is #0FA9B2. Grayscale: #838383. Windows color (decimal): -1026483 or 5068528. OLE color: 5068528.

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

Color convert

RGB 240 86 77 -
CMYK 0 0.64 0.68 0.06
HSL 3.31º 0.84% 0.62% -
HSV(B) 3.31º 0.68% 0.94% -
XYZ 40.6 25.72 9.85 -
YUV 131.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 240 86 77 0 0.64 0.68 0.06 3.31 0.84 0.62
Hex F0 56 4D 0 40 44 6 3 54 3E
Octal 360 126 115 0 100 104 6 3 124 76
Binary 11110000 1010110 1001101 0 1000000 1000100 110 11 1010100 111110

Color Harmonies of #F0564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0564D

Black with #F0564D

Text Example


Text Example

White with #F0564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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