Html Css Color HEX #F05756 Flamingo

📋 copy color: '#F05756'

red 240 ◦ green 87 ◦ blue 86

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

Shades of Flamingo #F05756

Tints of Flamingo #F05756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 58.11%
G = 21.07%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F05756 (or 0xF05756) is known color: Flamingo. HEX triplet: F0, 57 and 56. RGB value is (240,87,86). Sum of RGB (Red+Green+Blue) = 240+87+86=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F05756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05756 is #0FA8A9. Grayscale: #848484. Windows color (decimal): -1026218 or 5658608. OLE color: 5658608.

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

Color convert

RGB 240 87 86 -
CMYK 0 0.64 0.64 0.06
HSL 0.39º 0.84% 0.64% -
HSV(B) 0.39º 0.64% 0.94% -
XYZ 41.02 26.01 11.66 -
YUV 132.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 240 87 86 0 0.64 0.64 0.06 0.39 0.84 0.64
Hex F0 57 56 0 40 40 6 0 54 40
Octal 360 127 126 0 100 100 6 0 124 100
Binary 11110000 1010111 1010110 0 1000000 1000000 110 0 1010100 1000000

Color Harmonies of #F05756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05756

Black with #F05756

Text Example


Text Example

White with #F05756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05756; }

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

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

background-color css

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

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

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

border-color css

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

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

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