Html Css Color HEX #F05F57 Flamingo

📋 copy color: '#F05F57'

red 240 ◦ green 95 ◦ blue 87

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

Shades of Flamingo #F05F57

Tints of Flamingo #F05F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.51%

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

R = 56.87%
G = 22.51%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F05F57 (or 0xF05F57) is known color: Flamingo. HEX triplet: F0, 5F and 57. RGB value is (240,95,87). Sum of RGB (Red+Green+Blue) = 240+95+87=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F57 is #0FA0A8. Grayscale: #898989. Windows color (decimal): -1024169 or 5726192. OLE color: 5726192.

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

Color convert

RGB 240 95 87 -
CMYK 0 0.60 0.64 0.06
HSL 3.14º 0.84% 0.64% -
HSV(B) 3.14º 0.64% 0.94% -
XYZ 41.75 27.4 12.1 -
YUV 137.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 240 95 87 0 0.60 0.64 0.06 3.14 0.84 0.64
Hex F0 5F 57 0 3C 40 6 3 54 40
Octal 360 137 127 0 74 100 6 3 124 100
Binary 11110000 1011111 1010111 0 111100 1000000 110 11 1010100 1000000

Color Harmonies of #F05F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F57

Black with #F05F57

Text Example


Text Example

White with #F05F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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