Html Css Color HEX #F16650 Flamingo

📋 copy color: '#F16650'

red 241 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #F16650

Tints of Flamingo #F16650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 56.97%
G = 24.11%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F16650 (or 0xF16650) is known color: Flamingo. HEX triplet: F1, 66 and 50. RGB value is (241,102,80). Sum of RGB (Red+Green+Blue) = 241+102+80=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F16650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16650 is #0E99AF. Grayscale: #8D8D8D. Windows color (decimal): -956848 or 5269233. OLE color: 5269233.

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

Color convert

RGB 241 102 80 -
CMYK 0 0.58 0.67 0.05
HSL 8.2º 0.85% 0.63% -
HSV(B) 8.2º 0.67% 0.95% -
XYZ 42.47 28.78 10.91 -
YUV 141.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 241 102 80 0 0.58 0.67 0.05 8.2 0.85 0.63
Hex F1 66 50 0 3A 43 5 8 55 3F
Octal 361 146 120 0 72 103 5 10 125 77
Binary 11110001 1100110 1010000 0 111010 1000011 101 1000 1010101 111111

Color Harmonies of #F16650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16650

Black with #F16650

Text Example


Text Example

White with #F16650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16650; }

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

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

background-color css

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

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

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

border-color css

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

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

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