Html Css Color HEX #F16050 Flamingo

📋 copy color: '#F16050'

red 241 ◦ green 96 ◦ blue 80

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

Shades of Flamingo #F16050

Tints of Flamingo #F16050

RGB

 RED value IS 241 (94.53% from 255) = 57.79%

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 57.79%
G = 23.02%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F16050 (or 0xF16050) is known color: Flamingo. HEX triplet: F1, 60 and 50. RGB value is (241,96,80). Sum of RGB (Red+Green+Blue) = 241+96+80=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F16050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16050 is #0E9FAF. Grayscale: #898989. Windows color (decimal): -958384 or 5267697. OLE color: 5267697.

HSL color Cylindrical-coordinate representation of color #F16050: hue angle of 5.96º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F16050 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 80 -
CMYK 0 0.60 0.67 0.05
HSL 5.96º 0.85% 0.63% -
HSV(B) 5.96º 0.67% 0.95% -
XYZ 41.91 27.65 10.72 -
YUV 137.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 241 96 80 0 0.60 0.67 0.05 5.96 0.85 0.63
Hex F1 60 50 0 3C 43 5 6 55 3F
Octal 361 140 120 0 74 103 5 6 125 77
Binary 11110001 1100000 1010000 0 111100 1000011 101 110 1010101 111111

Color Harmonies of #F16050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16050

Black with #F16050

Text Example


Text Example

White with #F16050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16050; }

 p { color: rgb(241,96,80); }

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

background-color css

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

 a { background-color: rgb(241,96,80); }

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

border-color css

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

 span { border-color: rgb(241,96,80); }

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