Html Css Color HEX #F06550 Flamingo

📋 copy color: '#F06550'

red 240 ◦ green 101 ◦ blue 80

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

Shades of Flamingo #F06550

Tints of Flamingo #F06550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19%

R = 57.01%
G = 23.99%
B = 19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F06550 (or 0xF06550) is known color: Flamingo. HEX triplet: F0, 65 and 50. RGB value is (240,101,80). Sum of RGB (Red+Green+Blue) = 240+101+80=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F06550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06550 is #0F9AAF. Grayscale: #8C8C8C. Windows color (decimal): -1022640 or 5268976. OLE color: 5268976.

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

Color convert

RGB 240 101 80 -
CMYK 0 0.58 0.67 0.06
HSL 7.88º 0.84% 0.63% -
HSV(B) 7.88º 0.67% 0.94% -
XYZ 42.04 28.41 10.86 -
YUV 140.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 240 101 80 0 0.58 0.67 0.06 7.88 0.84 0.63
Hex F0 65 50 0 3A 43 6 8 54 3F
Octal 360 145 120 0 72 103 6 10 124 77
Binary 11110000 1100101 1010000 0 111010 1000011 110 1000 1010100 111111

Color Harmonies of #F06550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06550

Black with #F06550

Text Example


Text Example

White with #F06550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06550; }

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

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

background-color css

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

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

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

border-color css

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

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

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