Html Css Color HEX #F05755 Flamingo

📋 copy color: '#F05755'

red 240 ◦ green 87 ◦ blue 85

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

Shades of Flamingo #F05755

Tints of Flamingo #F05755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.12%

 BLUE value IS 85 (33.59% from 255) = 20.63%

R = 58.25%
G = 21.12%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05755 (or 0xF05755) is known color: Flamingo. HEX triplet: F0, 57 and 55. RGB value is (240,87,85). Sum of RGB (Red+Green+Blue) = 240+87+85=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F05755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05755 is #0FA8AA. Grayscale: #848484. Windows color (decimal): -1026219 or 5593072. OLE color: 5593072.

HSL color Cylindrical-coordinate representation of color #F05755: hue angle of 0.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05755 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 87 85 -
CMYK 0 0.64 0.65 0.06
HSL 0.77º 0.84% 0.64% -
HSV(B) 0.77º 0.65% 0.94% -
XYZ 40.98 26 11.45 -
YUV 132.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 240 87 85 0 0.64 0.65 0.06 0.77 0.84 0.64
Hex F0 57 55 0 40 41 6 1 54 40
Octal 360 127 125 0 100 101 6 1 124 100
Binary 11110000 1010111 1010101 0 1000000 1000001 110 1 1010100 1000000

Color Harmonies of #F05755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05755

Black with #F05755

Text Example


Text Example

White with #F05755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05755; }

 p { color: rgb(240,87,85); }

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

background-color css

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

 a { background-color: rgb(240,87,85); }

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

border-color css

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

 span { border-color: rgb(240,87,85); }

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