Html Css Color HEX #F16A5E Bittersweet

📋 copy color: '#F16A5E'

red 241 ◦ green 106 ◦ blue 94

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

Shades of Bittersweet #F16A5E

Tints of Bittersweet #F16A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 54.65%
G = 24.04%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F16A5E (or 0xF16A5E) is known color: Bittersweet. HEX triplet: F1, 6A and 5E. RGB value is (241,106,94). Sum of RGB (Red+Green+Blue) = 241+106+94=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16A5E is #0E95A1. Grayscale: #919191. Windows color (decimal): -955810 or 6187761. OLE color: 6187761.

HSL color Cylindrical-coordinate representation of color #F16A5E: hue angle of 4.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F16A5E is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 106 94 -
CMYK 0 0.56 0.61 0.05
HSL 4.9º 0.84% 0.66% -
HSV(B) 4.9º 0.61% 0.95% -
XYZ 43.45 29.82 14.05 -
YUV 145 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 241 106 94 0 0.56 0.61 0.05 4.9 0.84 0.66
Hex F1 6A 5E 0 38 3D 5 5 54 42
Octal 361 152 136 0 70 75 5 5 124 102
Binary 11110001 1101010 1011110 0 111000 111101 101 101 1010100 1000010

Color Harmonies of #F16A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A5E

Black with #F16A5E

Text Example


Text Example

White with #F16A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A5E; }

 p { color: rgb(241,106,94); }

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

background-color css

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

 a { background-color: rgb(241,106,94); }

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

border-color css

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

 span { border-color: rgb(241,106,94); }

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