Html Css Color HEX #F16656 Bittersweet

📋 copy color: '#F16656'

red 241 ◦ green 102 ◦ blue 86

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

Shades of Bittersweet #F16656

Tints of Bittersweet #F16656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 56.18%
G = 23.78%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F16656 (or 0xF16656) is known color: Bittersweet. HEX triplet: F1, 66 and 56. RGB value is (241,102,86). Sum of RGB (Red+Green+Blue) = 241+102+86=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F16656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16656 is #0E99A9. Grayscale: #8D8D8D. Windows color (decimal): -956842 or 5662449. OLE color: 5662449.

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

Color convert

RGB 241 102 86 -
CMYK 0 0.58 0.64 0.05
HSL 6.19º 0.85% 0.64% -
HSV(B) 6.19º 0.64% 0.95% -
XYZ 42.71 28.88 12.13 -
YUV 141.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 241 102 86 0 0.58 0.64 0.05 6.19 0.85 0.64
Hex F1 66 56 0 3A 40 5 6 55 40
Octal 361 146 126 0 72 100 5 6 125 100
Binary 11110001 1100110 1010110 0 111010 1000000 101 110 1010101 1000000

Color Harmonies of #F16656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16656

Black with #F16656

Text Example


Text Example

White with #F16656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16656; }

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

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

background-color css

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

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

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

border-color css

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

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

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