Html Css Color HEX #F0584C Flamingo

📋 copy color: '#F0584C'

red 240 ◦ green 88 ◦ blue 76

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

Shades of Flamingo #F0584C

Tints of Flamingo #F0584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.81%

R = 59.41%
G = 21.78%
B = 18.81%

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

#F0584C (or 0xF0584C) is known color: Flamingo. HEX triplet: F0, 58 and 4C. RGB value is (240,88,76). Sum of RGB (Red+Green+Blue) = 240+88+76=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0584C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0584C is #0FA7B3. Grayscale: #848484. Windows color (decimal): -1025972 or 5003504. OLE color: 5003504.

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

Color convert

RGB 240 88 76 -
CMYK 0 0.63 0.68 0.06
HSL 4.39º 0.85% 0.62% -
HSV(B) 4.39º 0.68% 0.94% -
XYZ 40.73 26.03 9.71 -
YUV 132.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 240 88 76 0 0.63 0.68 0.06 4.39 0.85 0.62
Hex F0 58 4C 0 3F 44 6 4 55 3E
Octal 360 130 114 0 77 104 6 4 125 76
Binary 11110000 1011000 1001100 0 111111 1000100 110 100 1010101 111110

Color Harmonies of #F0584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0584C

Black with #F0584C

Text Example


Text Example

White with #F0584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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