Html Css Color HEX #F05D57 Flamingo

📋 copy color: '#F05D57'

red 240 ◦ green 93 ◦ blue 87

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

Shades of Flamingo #F05D57

Tints of Flamingo #F05D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

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

R = 57.14%
G = 22.14%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F05D57 (or 0xF05D57) is known color: Flamingo. HEX triplet: F0, 5D and 57. RGB value is (240,93,87). Sum of RGB (Red+Green+Blue) = 240+93+87=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D57 is #0FA2A8. Grayscale: #888888. Windows color (decimal): -1024681 or 5725680. OLE color: 5725680.

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

Color convert

RGB 240 93 87 -
CMYK 0 0.61 0.64 0.06
HSL 2.35º 0.84% 0.64% -
HSV(B) 2.35º 0.64% 0.94% -
XYZ 41.57 27.04 12.05 -
YUV 136.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 240 93 87 0 0.61 0.64 0.06 2.35 0.84 0.64
Hex F0 5D 57 0 3D 40 6 2 54 40
Octal 360 135 127 0 75 100 6 2 124 100
Binary 11110000 1011101 1010111 0 111101 1000000 110 10 1010100 1000000

Color Harmonies of #F05D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D57

Black with #F05D57

Text Example


Text Example

White with #F05D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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