Html Css Color HEX #F0584D Flamingo

📋 copy color: '#F0584D'

red 240 ◦ green 88 ◦ blue 77

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

Shades of Flamingo #F0584D

Tints of Flamingo #F0584D

RGB

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

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

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

R = 59.26%
G = 21.73%
B = 19.01%

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

#F0584D (or 0xF0584D) is known color: Flamingo. HEX triplet: F0, 58 and 4D. RGB value is (240,88,77). Sum of RGB (Red+Green+Blue) = 240+88+77=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0584D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0584D is #0FA7B2. Grayscale: #848484. Windows color (decimal): -1025971 or 5069040. OLE color: 5069040.

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

Color convert

RGB 240 88 77 -
CMYK 0 0.63 0.68 0.06
HSL 4.05º 0.84% 0.62% -
HSV(B) 4.05º 0.68% 0.94% -
XYZ 40.76 26.04 9.9 -
YUV 132.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 240 88 77 0 0.63 0.68 0.06 4.05 0.84 0.62
Hex F0 58 4D 0 3F 44 6 4 54 3E
Octal 360 130 115 0 77 104 6 4 124 76
Binary 11110000 1011000 1001101 0 111111 1000100 110 100 1010100 111110

Color Harmonies of #F0584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0584D

Black with #F0584D

Text Example


Text Example

White with #F0584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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