Html Css Color HEX #F05957 Flamingo

📋 copy color: '#F05957'

red 240 ◦ green 89 ◦ blue 87

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

Shades of Flamingo #F05957

Tints of Flamingo #F05957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.91%

R = 57.69%
G = 21.39%
B = 20.91%

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

#F05957 (or 0xF05957) is known color: Flamingo. HEX triplet: F0, 59 and 57. RGB value is (240,89,87). Sum of RGB (Red+Green+Blue) = 240+89+87=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F05957 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05957 is #0FA6A8. Grayscale: #868686. Windows color (decimal): -1025705 or 5724656. OLE color: 5724656.

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

Color convert

RGB 240 89 87 -
CMYK 0 0.63 0.64 0.06
HSL 0.78º 0.84% 0.64% -
HSV(B) 0.78º 0.64% 0.94% -
XYZ 41.23 26.36 11.93 -
YUV 133.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 240 89 87 0 0.63 0.64 0.06 0.78 0.84 0.64
Hex F0 59 57 0 3F 40 6 1 54 40
Octal 360 131 127 0 77 100 6 1 124 100
Binary 11110000 1011001 1010111 0 111111 1000000 110 1 1010100 1000000

Color Harmonies of #F05957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05957

Black with #F05957

Text Example


Text Example

White with #F05957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05957; }

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

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

background-color css

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

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

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

border-color css

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

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

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