Html Css Color HEX #F05956 Flamingo

📋 copy color: '#F05956'

red 240 ◦ green 89 ◦ blue 86

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

Shades of Flamingo #F05956

Tints of Flamingo #F05956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

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

R = 57.83%
G = 21.45%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F05956 (or 0xF05956) is known color: Flamingo. HEX triplet: F0, 59 and 56. RGB value is (240,89,86). Sum of RGB (Red+Green+Blue) = 240+89+86=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F05956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05956 is #0FA6A9. Grayscale: #858585. Windows color (decimal): -1025706 or 5659120. OLE color: 5659120.

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

Color convert

RGB 240 89 86 -
CMYK 0 0.63 0.64 0.06
HSL 1.17º 0.84% 0.64% -
HSV(B) 1.17º 0.64% 0.94% -
XYZ 41.19 26.34 11.72 -
YUV 133.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 240 89 86 0 0.63 0.64 0.06 1.17 0.84 0.64
Hex F0 59 56 0 3F 40 6 1 54 40
Octal 360 131 126 0 77 100 6 1 124 100
Binary 11110000 1011001 1010110 0 111111 1000000 110 1 1010100 1000000

Color Harmonies of #F05956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05956

Black with #F05956

Text Example


Text Example

White with #F05956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05956; }

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

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

background-color css

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

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

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

border-color css

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

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

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