Html Css Color HEX #F0584E Flamingo

📋 copy color: '#F0584E'

red 240 ◦ green 88 ◦ blue 78

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

Shades of Flamingo #F0584E

Tints of Flamingo #F0584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 59.11%
G = 21.67%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0584E (or 0xF0584E) is known color: Flamingo. HEX triplet: F0, 58 and 4E. RGB value is (240,88,78). Sum of RGB (Red+Green+Blue) = 240+88+78=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0584E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0584E is #0FA7B1. Grayscale: #848484. Windows color (decimal): -1025970 or 5134576. OLE color: 5134576.

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

Color convert

RGB 240 88 78 -
CMYK 0 0.63 0.68 0.06
HSL 3.7º 0.84% 0.62% -
HSV(B) 3.7º 0.68% 0.94% -
XYZ 40.8 26.05 10.09 -
YUV 132.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 240 88 78 0 0.63 0.68 0.06 3.7 0.84 0.62
Hex F0 58 4E 0 3F 44 6 4 54 3E
Octal 360 130 116 0 77 104 6 4 124 76
Binary 11110000 1011000 1001110 0 111111 1000100 110 100 1010100 111110

Color Harmonies of #F0584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0584E

Black with #F0584E

Text Example


Text Example

White with #F0584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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