Html Css Color HEX #F06155 Flamingo

📋 copy color: '#F06155'

red 240 ◦ green 97 ◦ blue 85

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

Shades of Flamingo #F06155

Tints of Flamingo #F06155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

 BLUE value IS 85 (33.59% from 255) = 20.14%

R = 56.87%
G = 22.99%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06155 (or 0xF06155) is known color: Flamingo. HEX triplet: F0, 61 and 55. RGB value is (240,97,85). Sum of RGB (Red+Green+Blue) = 240+97+85=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F06155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06155 is #0F9EAA. Grayscale: #8A8A8A. Windows color (decimal): -1023659 or 5595632. OLE color: 5595632.

HSL color Cylindrical-coordinate representation of color #F06155: hue angle of 4.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F06155 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 85 -
CMYK 0 0.60 0.65 0.06
HSL 4.65º 0.84% 0.64% -
HSV(B) 4.65º 0.65% 0.94% -
XYZ 41.85 27.73 11.74 -
YUV 138.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 240 97 85 0 0.60 0.65 0.06 4.65 0.84 0.64
Hex F0 61 55 0 3C 41 6 5 54 40
Octal 360 141 125 0 74 101 6 5 124 100
Binary 11110000 1100001 1010101 0 111100 1000001 110 101 1010100 1000000

Color Harmonies of #F06155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06155

Black with #F06155

Text Example


Text Example

White with #F06155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06155; }

 p { color: rgb(240,97,85); }

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

background-color css

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

 a { background-color: rgb(240,97,85); }

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

border-color css

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

 span { border-color: rgb(240,97,85); }

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