Html Css Color HEX #F06557 Flamingo

📋 copy color: '#F06557'

red 240 ◦ green 101 ◦ blue 87

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

Shades of Flamingo #F06557

Tints of Flamingo #F06557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

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

R = 56.07%
G = 23.6%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F06557 (or 0xF06557) is known color: Flamingo. HEX triplet: F0, 65 and 57. RGB value is (240,101,87). Sum of RGB (Red+Green+Blue) = 240+101+87=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F06557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06557 is #0F9AA8. Grayscale: #8D8D8D. Windows color (decimal): -1022633 or 5727728. OLE color: 5727728.

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

Color convert

RGB 240 101 87 -
CMYK 0 0.58 0.64 0.06
HSL 5.49º 0.84% 0.64% -
HSV(B) 5.49º 0.64% 0.94% -
XYZ 42.31 28.52 12.29 -
YUV 140.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 240 101 87 0 0.58 0.64 0.06 5.49 0.84 0.64
Hex F0 65 57 0 3A 40 6 5 54 40
Octal 360 145 127 0 72 100 6 5 124 100
Binary 11110000 1100101 1010111 0 111010 1000000 110 101 1010100 1000000

Color Harmonies of #F06557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06557

Black with #F06557

Text Example


Text Example

White with #F06557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06557; }

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

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

background-color css

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

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

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

border-color css

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

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

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